BudgetsActionActionThresholdArgs

data class BudgetsActionActionThresholdArgs(val type: Output<BudgetsActionActionThresholdType>, val value: Output<Double>) : ConvertibleToJava<BudgetsActionActionThresholdArgs>

Constructors

Link copied to clipboard
constructor(type: Output<BudgetsActionActionThresholdType>, value: Output<Double>)

Properties

Link copied to clipboard

The type of threshold for a notification.

Link copied to clipboard
val value: Output<Double>

The threshold of a notification.

Functions

Link copied to clipboard
open override fun toJava(): BudgetsActionActionThresholdArgs