MetricDataQuery

@JsonSerializable
data class MetricDataQuery(val Id: String, val AccountId: String? = null, val Expression: String? = null, val Label: String? = null, val MetricStat: MetricStat? = null, val Period: Int? = null, val ReturnData: Boolean? = null)

Constructors

Link copied to clipboard
constructor(Id: String, AccountId: String? = null, Expression: String? = null, Label: String? = null, MetricStat: MetricStat? = null, Period: Int? = null, ReturnData: Boolean? = null)

Properties

Link copied to clipboard
val AccountId: String? = null
Link copied to clipboard
val Expression: String? = null
Link copied to clipboard
val Id: String
Link copied to clipboard
val Label: String? = null
Link copied to clipboard
val MetricStat: MetricStat? = null
Link copied to clipboard
val Period: Int? = null
Link copied to clipboard
val ReturnData: Boolean? = null