BudgetActionActionThreshold

data class BudgetActionActionThreshold(val actionThresholdType: String, val actionThresholdValue: Double)

Constructors

Link copied to clipboard
constructor(actionThresholdType: String, actionThresholdValue: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of threshold for a notification. Valid values are PERCENTAGE or ABSOLUTE_VALUE.

Link copied to clipboard

The threshold of a notification.