docs/models/LabelResourceProperties.md in ionoscloud-6.1.1 vs docs/models/LabelResourceProperties.md in ionoscloud-6.1.2

- old
+ new

@@ -2,19 +2,23 @@ ## 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 ) ```