LabelResource
| href | String | URL to the object representation (absolute path). | [optional][readonly] |
| id | String | Label on a resource is identified using label key. | [optional][readonly] |
| type | String | The type of object that has been created. | [optional][readonly] |
require 'ionoscloud'
instance = Ionoscloud::LabelResource.new(
href: <RESOURCE-URI>,
id: environment,
metadata: null,
properties: null,
type: null
)
Last modified 11d ago