TokenResponse

Properties

NameTypeDescriptionNotes

href

String

[optional]

id

String

[optional]

metadata

properties

type

String

[optional]

Example

require 'ionoscloud-container-registry'

instance = IonoscloudContainerRegistry::TokenResponse.new(
  href: null,
  id: null,
  metadata: null,
  properties: null,
  type: null
)

Last updated