Sha256: ec7c4fe57e5da1b998704d144e673ccc6242f891fdb4fb0f26a41d8af26d2b16

Contents?: true

Size: 368 Bytes

Versions: 8

Compression:

Stored size: 368 Bytes

Contents

# LabelResourceProperties

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **key** | **String** | A Label Key | [optional] |
| **value** | **String** | A Label Value | [optional] |

## Example

```ruby
require 'ionoscloud'

instance = Ionoscloud::LabelResourceProperties.new(
  key: environment,
  value: production
)
```

Version data entries

8 entries across 8 versions & 1 rubygems

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