Sha256: 0598ac3c4187a42b0c095a8c39b9f19d34c98dd0f10c2e1975a62fd69c170fdc
Contents?: true
Size: 815 Bytes
Versions: 5
Compression:
Stored size: 815 Bytes
Contents
# LabelProperties ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **key** | **String** | A label key | [optional] | | **value** | **String** | A label value | [optional] | | **resource_id** | **String** | The ID of the resource. | [optional] | | **resource_type** | **String** | The type of the resource on which the label is applied. | [optional] | | **resource_href** | **String** | URL to the Resource (absolute path) on which the label is applied. | [optional] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::LabelProperties.new( key: environment, value: production, resource_id: 700e1cab-99b2-4c30-ba8c-1d273ddba022, resource_type: datacenter, resource_href: https://<hostname>/datacenters/700e1cab-99b2-4c30-ba8c-1d273ddba022 ) ```
Version data entries
5 entries across 5 versions & 1 rubygems