MetricMetricDescriptorLabel

data class MetricMetricDescriptorLabel(val description: String? = null, val key: String, val valueType: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

A human-readable description for the label.

Link copied to clipboard
val key: String

The label key.

Link copied to clipboard
val valueType: String? = null

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