formattingType property

String? formattingType
getter/setter pair

Specifies how the metric expression should be formatted, 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? formattingType;