channelType property

String? channelType
getter/setter pair

Type of channel. Possible string values are:

  • "CHANNEL_TYPE_UNSPECIFIED"
  • "STABLE"
  • "BETA"
  • "DEV"
  • "CANARY"
  • "CANARY_ASAN"
  • "ALL"
  • "EXTENDED"

Implementation

core.String? channelType;