availability property

String? availability
getter/setter pair

The regional availability for the new regions config.

When set to AVAILABLE, the pricing information will be used for any new regions Play may launch in the future.

Required. Possible string values are:

  • "AVAILABILITY_UNSPECIFIED" : Unspecified availability. Must not be used.
  • "AVAILABLE" : The config will be used for any new regions Play may launch in the future.
  • "NO_LONGER_AVAILABLE" : The config is not available anymore and will not be used for any new regions Play may launch in the future. This value can only be used if the availability was previously set as AVAILABLE.

Implementation

core.String? availability;