Automation Rule Number Filter Args
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)