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