Alarm Metric Stat
data class AlarmMetricStat(val metric: AlarmMetric, val period: Int, val stat: String, val unit: String? = null)
This structure defines the metric to be returned, along with the statistics, period, and units.
This structure defines the metric to be returned, along with the statistics, period, and units.