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

Version Path
ionoscloud-5.1.2 docs/models/LabelResource.md
ionoscloud-6.0.0.beta.4 docs/models/LabelResource.md
ionoscloud-5.1.1 docs/models/LabelResource.md
ionoscloud-6.0.0.beta.3 docs/LabelResource.md
ionoscloud-5.1.0 docs/LabelResource.md
ionoscloud-6.0.0.beta.2 docs/LabelResource.md
ionoscloud-5.0.1 docs/LabelResource.md
ionoscloud-6.0.0.beta.1 docs/LabelResource.md