Sha256: 452019a2b719c5c652af5f2a2aa8f61f159baf84b1dad2f86aeadcb79a271f89

Contents?: true

Size: 750 Bytes

Versions: 5

Compression:

Stored size: 750 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

5 entries across 5 versions & 1 rubygems

Version Path
ionoscloud-6.1.1 docs/models/LabelResource.md
ionoscloud-6.1.0 docs/models/LabelResource.md
ionoscloud-6.0.2 docs/models/LabelResource.md
ionoscloud-6.0.1 docs/models/LabelResource.md
ionoscloud-6.0.0 docs/models/LabelResource.md