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