alias property

String? alias
getter/setter pair

An alias for the metric expression is an alternate name for the expression.

The alias can be used for filtering and sorting. This field is optional and is useful if the expression is not a single metric but a complex expression which cannot be used in filtering and sorting. The alias is also used in the response column header.

Implementation

core.String? alias;