PatchRegistryInput

Properties

NameTypeDescriptionNotes

garbage_collection_schedule

[optional]

Example

require 'ionoscloud-container-registry'

instance = IonoscloudContainerRegistry::PatchRegistryInput.new(
  garbage_collection_schedule: null
)

Last updated