conditions property

List<ConditionOption>? conditions
getter/setter pair

Zero or more conditions such as { condition: 'HAS_ATTACHMENTS', value: 'TRUE' }. Note the values are the strings TRUE|FALSE not booleans.

Implementation

List<ConditionOption>? conditions;