type property

String? type
getter/setter pair

The type of Geo Taxonomy: GLOBAL, REGIONAL, or MULTI_REGIONAL. Possible string values are:

  • "TYPE_UNSPECIFIED" : The type is not specified.
  • "GLOBAL" : The sku is global in nature, e.g. a license sku. Global skus are available in all regions, and so have an empty region list.
  • "REGIONAL" : The sku is available in a specific region, e.g. "us-west2".
  • "MULTI_REGIONAL" : The sku is associated with multiple regions, e.g. "us-west2" and "us-east1".

Implementation

core.String? type;