Sha256: 1d5b0052a0d153fd84bc0d27930eb971b54c503f17f067690c6d690aafeabb22
Contents?: true
Size: 765 Bytes
Versions: 5
Compression:
Stored size: 765 Bytes
Contents
# Label ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | Label is identified using standard URN. | [optional][readonly] | | **type** | **String** | The type of object that has been created. | [optional][readonly] | | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] | | **metadata** | [**NoStateMetaData**](NoStateMetaData.md) | | [optional] | | **properties** | [**LabelProperties**](LabelProperties.md) | | | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::Label.new( id: urn:label:datacenter:700e1cab-99b2-4c30-ba8c-1d273ddba022:environment, type: null, href: <RESOURCE-URI>, metadata: null, properties: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems