Sha256: 9d79c0fcfe01a5f89eadcb3428bc8c09a9c86ef4a5e6ab29f2ac61006d502180

Contents?: true

Size: 814 Bytes

Versions: 8

Compression:

Stored size: 814 Bytes

Contents

# LabelProperties

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **key** | **String** | A Label Key | [optional] |
| **value** | **String** | A Label Value | [optional] |
| **resource_id** | **String** | The id of the resource | [optional] |
| **resource_type** | **String** | The type of the resource on which the label is applied. | [optional] |
| **resource_href** | **String** | URL to the Resource (absolute path) on which the label is applied. | [optional] |

## Example

```ruby
require 'ionoscloud'

instance = Ionoscloud::LabelProperties.new(
  key: environment,
  value: production,
  resource_id: 700e1cab-99b2-4c30-ba8c-1d273ddba022,
  resource_type: datacenter,
  resource_href: https://<hostname>/datacenters/700e1cab-99b2-4c30-ba8c-1d273ddba022
)
```

Version data entries

8 entries across 8 versions & 1 rubygems

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