> For the complete documentation index, see [llms.txt](https://docs.ionos.com/ruby-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/ruby-sdk/models/labelresourceproperties.md).

# LabelResourceProperties

## Properties

\| **key** | **String** | A label key | \[optional] |

\| **value** | **String** | A label value | \[optional] |

## Example

```ruby
require 'ionoscloud'


instance = Ionoscloud::LabelResourceProperties.new(
  key: environment,

  value: production
)
```
