metrics property

List<MetricDataQuery>? metrics
final

An array of MetricDataQuery structures, used in an alarm based on a metric math expression. Each structure either retrieves a metric or performs a math expression. One item in the Metrics array is the math expression that the alarm watches. This expression by designated by having ReturnData set to true.

Implementation

final List<MetricDataQuery>? metrics;