TokensResponse
Name | Type | Description | Notes |
---|---|---|---|
_links | | | |
count | Integer | | |
href | String | | [optional] |
id | String | | [optional] |
items | | [optional] | |
limit | Integer | | |
offset | Integer | | |
total | Integer | | |
type | String | | [optional] |
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 modified 3mo ago