LocationsResponse

Properties

NameTypeDescriptionNotes

href

String

[optional]

id

String

[optional]

items

[optional]

type

String

[optional]

Example

require 'ionoscloud-container-registry'

instance = IonoscloudContainerRegistry::LocationsResponse.new(
  href: null,
  id: null,
  items: null,
  type: null
)

Last updated