Sha256: e8ae332a9e8e5c4c2f2f8bd83b21eadbf9091e9c4e99069775de975d5c0381bc
Contents?: true
Size: 748 Bytes
Versions: 8
Compression:
Stored size: 748 Bytes
Contents
# LabelResource ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **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] | | **href** | **String** | URL to the object representation (absolute path) | [optional][readonly] | | **metadata** | [**NoStateMetaData**](NoStateMetaData.md) | | [optional] | | **properties** | [**LabelResourceProperties**](LabelResourceProperties.md) | | | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::LabelResource.new( id: environment, type: null, href: <RESOURCE-URI>, metadata: null, properties: null ) ```
Version data entries
8 entries across 8 versions & 1 rubygems