For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Was this helpful?