locationType property

String? locationType
getter/setter pair

The type of location.

All locations in the list will share this type.

Required. Immutable. Possible string values are:

  • "TARGETING_LOCATION_TYPE_UNSPECIFIED" : Default value when type is not specified or is unknown.
  • "TARGETING_LOCATION_TYPE_PROXIMITY" : The type for proximity geo location.
  • "TARGETING_LOCATION_TYPE_REGIONAL" : The type for regional geo location.

Implementation

core.String? locationType;