excludedGeoMatchType property

String? excludedGeoMatchType
getter/setter pair

Excluded Geo location match type. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "ANY" : Either Area of Interest or Location of Presence can be used to match.
  • "LOCATION_OF_PRESENCE" : Only Location of Presence can be used to match.

Implementation

core.String? excludedGeoMatchType;