Automation Rule Property Values Condition Args
data class AutomationRulePropertyValuesConditionArgs(val operator: Output<Either<String, AutomationRulePropertyConditionSupportedOperator>>? = null, val propertyName: Output<Either<String, AutomationRulePropertyConditionSupportedProperty>>? = null, val propertyValues: Output<List<String>>? = null) : ConvertibleToJava<AutomationRulePropertyValuesConditionArgs>
Constructors
Link copied to clipboard
constructor(operator: Output<Either<String, AutomationRulePropertyConditionSupportedOperator>>? = null, propertyName: Output<Either<String, AutomationRulePropertyConditionSupportedProperty>>? = null, propertyValues: Output<List<String>>? = null)