MetricMetricDescriptorLabelArgs

data class MetricMetricDescriptorLabelArgs(val description: Output<String>? = null, val key: Output<String>, val valueType: Output<String>? = null) : ConvertibleToJava<MetricMetricDescriptorLabelArgs>

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, key: Output<String>, valueType: Output<String>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

A human-readable description for the label.

Link copied to clipboard
val key: Output<String>

The label key.

Link copied to clipboard
val valueType: Output<String>? = null

The type of data that can be assigned to the label. Default value is STRING. Possible values are: BOOL, INT64, STRING.

Functions

Link copied to clipboard
open override fun toJava(): MetricMetricDescriptorLabelArgs