matches property

List<MatchOption>? matches
getter/setter pair

Zero or more match options such as { field: 'SUBJECT', should: 'CONTAIN', value: 'Welcome' }. Options are additive so if one does not match the email is excluded from results

Implementation

List<MatchOption>? matches;