Automation Rule Property Array Changed Values Condition Args
    data class AutomationRulePropertyArrayChangedValuesConditionArgs(val arrayType: Output<Either<String, AutomationRulePropertyArrayChangedConditionSupportedArrayType>>? = null, val changeType: Output<Either<String, AutomationRulePropertyArrayChangedConditionSupportedChangeType>>? = null) : ConvertibleToJava<AutomationRulePropertyArrayChangedValuesConditionArgs> 
Constructors
Link copied to clipboard
                fun AutomationRulePropertyArrayChangedValuesConditionArgs(arrayType: Output<Either<String, AutomationRulePropertyArrayChangedConditionSupportedArrayType>>? = null, changeType: Output<Either<String, AutomationRulePropertyArrayChangedConditionSupportedChangeType>>? = null)
Functions
Properties
Link copied to clipboard
                val arrayType: Output<Either<String, AutomationRulePropertyArrayChangedConditionSupportedArrayType>>? = null
Link copied to clipboard
                val changeType: Output<Either<String, AutomationRulePropertyArrayChangedConditionSupportedChangeType>>? = null