match property

String? match
getter/setter pair

Indicates how the filter should be matched to the values. Possible string values are:

  • "UNSPECIFIED"
  • "EXACT"
  • "CONTAINS"

Implementation

core.String? match;