expression property

String? expression
getter/setter pair

The mathematical expression for this derived metric.

Can be used in [Metric](#Metric)'s expression field for equivalent reports. Most metrics are not expressions, and for non-expressions, this field is empty.

Implementation

core.String? expression;