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