AutomationRuleNumberFilterArgs

data class AutomationRuleNumberFilterArgs(val eq: Output<Double>? = null, val gte: Output<Double>? = null, val lte: Output<Double>? = null) : ConvertibleToJava<AutomationRuleNumberFilterArgs>

Constructors

Link copied to clipboard
fun AutomationRuleNumberFilterArgs(eq: Output<Double>? = null, gte: Output<Double>? = null, lte: Output<Double>? = null)

Functions

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

Properties

Link copied to clipboard
val eq: Output<Double>? = null
Link copied to clipboard
val gte: Output<Double>? = null
Link copied to clipboard
val lte: Output<Double>? = null