Sha256: bdbd07d4be1d35618d929e638c70c8cd0b54fa65e5efb60b3d86aa6443faec55

Contents?: true

Size: 763 Bytes

Versions: 8

Compression:

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

8 entries across 8 versions & 1 rubygems

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