DimensionValueOutput interface
Represents a metric dimension value.
Property Details
name
The name of the dimension.
name?: string
Property Value
string
value
The value of the dimension.
value?: string
Property Value
string