RulesetThresholdArgs

data class RulesetThresholdArgs(val type: Output<RulesetThresholdType>? = null, val unit: Output<RulesetThresholdUnit>? = null, val value: Output<Double>) : ConvertibleToJava<RulesetThresholdArgs>

Constructors

Link copied to clipboard
fun RulesetThresholdArgs(type: Output<RulesetThresholdType>? = null, unit: Output<RulesetThresholdUnit>? = null, value: Output<Double>)

Functions

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

Properties

Link copied to clipboard
val type: Output<RulesetThresholdType>? = null
Link copied to clipboard
val unit: Output<RulesetThresholdUnit>? = null
Link copied to clipboard
val value: Output<Double>