type property

String? type
getter/setter pair

The type of the location.

Output only. Possible string values are:

  • "TYPE_UNSPECIFIED" : Location type is unspecified.
  • "ZONAL" : Location type is zonal.
  • "REGIONAL" : Location type is regional.
  • "MULTI_REGIONAL" : Location type is multi regional.

Implementation

core.String? type;