RegistryResponse
Name | Type | Description | Notes |
---|---|---|---|
href | String | | [optional] |
id | String | | [optional] |
metadata | | | |
properties | | | |
type | String | | [optional] |
require 'ionoscloud-container-registry'
instance = IonoscloudContainerRegistry::RegistryResponse.new(
href: null,
id: null,
metadata: null,
properties: null,
type: null
)
Last modified 3mo ago