regionalizationScope property

String? regionalizationScope
getter/setter pair

The current scope for location on this feature.

This may expand over time. Possible string values are:

  • "REGIONALIZATION_SCOPE_UNSPECIFIED" : Invalid.
  • "REGIONAL" : Feature may be used with one or more regions. See locations for details.
  • "ANY_LOCATION" : Feature may be used anywhere. Default value.

Implementation

core.String? regionalizationScope;