Ruleset Threshold Args
data class RulesetThresholdArgs(val type: Output<RulesetThresholdType>? = null, val unit: Output<RulesetThresholdUnit>? = null, val value: Output<Double>) : ConvertibleToJava<RulesetThresholdArgs>
Constructors
Link copied to clipboard
constructor(type: Output<RulesetThresholdType>? = null, unit: Output<RulesetThresholdUnit>? = null, value: Output<Double>)