Metric Descriptor Label Args
data class MetricDescriptorLabelArgs(val description: Output<String>? = null, val key: Output<String>, val valueType: Output<String>? = null) : ConvertibleToJava<MetricDescriptorLabelArgs>
Constructors
Link copied to clipboard
fun MetricDescriptorLabelArgs(description: Output<String>? = null, key: Output<String>, valueType: Output<String>? = null)