availabilityMode property

String? availabilityMode
getter/setter pair

Format of the channel availability.

Can be ALL_CHANNELS (the rest of the fields will not be set), CHANNEL_TYPE (only advertising_channel_type type will be set, the category is available to all sub types under it) or CHANNEL_TYPE_AND_SUBTYPES (advertising_channel_type, advertising_channel_sub_type, and include_default_channel_sub_type will all be set). Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "ALL_CHANNELS" : The category is available to campaigns of all channel types and subtypes.
  • "CHANNEL_TYPE_AND_ALL_SUBTYPES" : The category is available to campaigns of a specific channel type, including all subtypes under it.
  • "CHANNEL_TYPE_AND_SUBSET_SUBTYPES" : The category is available to campaigns of a specific channel type and subtype(s).

Implementation

core.String? availabilityMode;