matchOptions property

List<MatchOption>? matchOptions
final

The match options that you can use to filter your results. MatchOptions is only applicable for actions related to Cost Category. The default values for MatchOptions are EQUALS and CASE_SENSITIVE.

Implementation

final List<MatchOption>? matchOptions;