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
constructor(arrayType: Output<Either<String, AutomationRulePropertyArrayChangedConditionSupportedArrayType>>? = null, changeType: Output<Either<String, AutomationRulePropertyArrayChangedConditionSupportedChangeType>>? = null)
Properties
Link copied to clipboard
val arrayType: Output<Either<String, AutomationRulePropertyArrayChangedConditionSupportedArrayType>>? = null
Link copied to clipboard
val changeType: Output<Either<String, AutomationRulePropertyArrayChangedConditionSupportedChangeType>>? = null