MetricDatum

@JsonSerializable
data class MetricDatum(val MetricName: MetricName, val Counts: List<Double>? = null, val Dimensions: List<Dimension>? = null, val StatisticValues: StatisticSet? = null, val StorageResolution: Int? = null, val Timestamp: Instant? = null, val Unit: MetricUnit? = null, val Value: Double? = null, val Values: List<Double>? = null)

Constructors

Link copied to clipboard
constructor(MetricName: MetricName, Counts: List<Double>? = null, Dimensions: List<Dimension>? = null, StatisticValues: StatisticSet? = null, StorageResolution: Int? = null, Timestamp: Instant? = null, Unit: MetricUnit? = null, Value: Double? = null, Values: List<Double>? = null)

Properties

Link copied to clipboard
val Counts: List<Double>? = null
Link copied to clipboard
val Dimensions: List<Dimension>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val StorageResolution: Int? = null
Link copied to clipboard
val Timestamp: Instant? = null
Link copied to clipboard
val Unit: MetricUnit? = null
Link copied to clipboard
val Value: Double? = null
Link copied to clipboard
val Values: List<Double>? = null