channel property
The release channel of the installed browser.
Output only. Possible string values are:
- "RELEASE_CHANNEL_UNSPECIFIED" : No release channel specified.
- "CANARY" : Canary release channel.
- "DEV" : Dev release channel.
- "BETA" : Beta release channel.
- "STABLE" : Stable release channel.
Implementation
core.String? channel;