Alarm Metric Data Query
data class AlarmMetricDataQuery(val accountId: String? = null, val expression: String? = null, val id: String, val label: String? = null, val metricStat: AlarmMetricStat? = null, val period: Int? = null, val returnData: Boolean? = null)
This property type specifies the metric data to return, and whether this call is just retrieving a batch set of data for one metric, or is performing a math expression on metric data.
Constructors
Link copied to clipboard
fun AlarmMetricDataQuery(accountId: String? = null, expression: String? = null, id: String, label: String? = null, metricStat: AlarmMetricStat? = null, period: Int? = null, returnData: Boolean? = null)