RegistriesResponse
Name | Type | Description | Notes |
---|---|---|---|
_links | | | |
href | String | | [optional] |
id | String | | [optional] |
items | | [optional] | |
limit | Integer | | |
next_page_token | String | | |
type | String | | [optional] |
require 'ionoscloud-container-registry'
instance = IonoscloudContainerRegistry::RegistriesResponse.new(
_links: null,
href: null,
id: null,
items: null,
limit: null,
next_page_token: null,
type: null
)
Last modified 3mo ago