LabelResourceProperties
Properties
| key | String | A label key | [optional] |
| value | String | A label value | [optional] |
Example
require 'ionoscloud'
instance = Ionoscloud::LabelResourceProperties.new(
key: environment,
value: production
)
Last updated