Links

RegistriesResponse

Properties

Name
Type
Description
Notes
_links
href
String
[optional]
id
String
[optional]
items
[optional]
limit
Integer
next_page_token
String
type
String
[optional]

Example

require 'ionoscloud-container-registry'
instance = IonoscloudContainerRegistry::RegistriesResponse.new(
_links: null,
href: null,
id: null,
items: null,
limit: null,
next_page_token: null,
type: null
)