LabelResourceProperties

Properties

NameTypeDescriptionNotes

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