Sha256: ec7c4fe57e5da1b998704d144e673ccc6242f891fdb4fb0f26a41d8af26d2b16
Contents?: true
Size: 368 Bytes
Versions: 8
Compression:
Stored size: 368 Bytes
Contents
# LabelResourceProperties ## 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 ) ```
Version data entries
8 entries across 8 versions & 1 rubygems