type property
The type of the metric, for example INTEGER
.
Possible string values are:
- "METRIC_TYPE_UNSPECIFIED" : Metric type is unspecified.
- "INTEGER" : Integer metric.
- "FLOAT" : Float metric.
- "CURRENCY" : Currency metric.
- "PERCENT" : Percentage metric.
- "TIME" : Time metric in
HH:MM:SS
format.
Implementation
core.String? type;