LabelResource

Properties

| href | String | URL to the object representation (absolute path). | [optional][readonly] |

| id | String | Label on a resource is identified using label key. | [optional][readonly] |

| metadata | NoStateMetaData | | [optional] |

| properties | LabelResourceProperties | | |

| type | String | The type of object that has been created. | [optional][readonly] |

Example

require 'ionoscloud'


instance = Ionoscloud::LabelResource.new(
  href: <RESOURCE-URI>,

  id: environment,

  metadata: null,

  properties: null,

  type: null
)

Last updated