CostDriver

Represents factors that contribute to cost variations between the baseline and comparison time periods, including the type of driver, an identifier of the driver, and associated metrics.

Types

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

Properties

Link copied to clipboard

A mapping of metric names to their comparison values, measuring the impact of this cost driver.

Link copied to clipboard
val name: String?

The specific identifier of the cost driver.

Link copied to clipboard
val type: String?

The category or classification of the cost driver.

Functions

Link copied to clipboard
inline fun copy(block: CostDriver.Builder.() -> Unit = {}): CostDriver
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