MetricValue

Represents a single metric value with its associated statistic, such as the sum or average of unused capacity hours.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the metric.

Link copied to clipboard

The numerical value of the metric for the specified statistic and time period.

Functions

Link copied to clipboard
inline fun copy(block: MetricValue.Builder.() -> Unit = {}): MetricValue
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String