BudgetThresholdRule

data class BudgetThresholdRule(val spendBasis: String? = null, val thresholdPercent: Double)

Constructors

Link copied to clipboard
constructor(spendBasis: String? = null, thresholdPercent: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val spendBasis: String? = null

The type of basis used to determine if spend has passed the threshold. Default value is CURRENT_SPEND. Possible values are: CURRENT_SPEND, FORECASTED_SPEND.

Link copied to clipboard

Send an alert when this threshold is exceeded. This is a 1.0-based percentage, so 0.5 = 50%. Must be >= 0.