availabilityMode property
Format of the locale availability.
Can be LAUNCHED_TO_ALL (both country and language will be empty), COUNTRY (only country will be set), LANGUAGE (only language wil be set), COUNTRY_AND_LANGUAGE (both country and language will be set). Possible string values are:
- "UNSPECIFIED" : Not specified.
- "UNKNOWN" : Used for return value only. Represents value unknown in this version.
- "ALL_LOCALES" : The category is available to campaigns of all locales.
- "COUNTRY_AND_ALL_LANGUAGES" : The category is available to campaigns within a list of countries, regardless of language.
- "LANGUAGE_AND_ALL_COUNTRIES" : The category is available to campaigns within a list of languages, regardless of country.
- "COUNTRY_AND_LANGUAGE" : The category is available to campaigns within a list of country, language pairs.
Implementation
core.String? availabilityMode;