TokensResponse

Properties

NameTypeDescriptionNotes

_links

count

Integer

href

String

[optional]

id

String

[optional]

items

[optional]

limit

Integer

offset

Integer

total

Integer

type

String

[optional]

Example

require 'ionoscloud-container-registry'

instance = IonoscloudContainerRegistry::TokensResponse.new(
  _links: null,
  count: null,
  href: null,
  id: null,
  items: null,
  limit: null,
  offset: null,
  total: null,
  type: null
)

Last updated