matchOptions property

List<MatchOption>? matchOptions
final

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

Implementation

final List<MatchOption>? matchOptions;