channel property
Channel of the product (online versus local). Possible string values are:
- "CHANNEL_UNSPECIFIED" : Indicates that the channel is unspecified.
- "LOCAL" : Indicates that the channel is local.
- "ONLINE" : Indicates that the channel is online.
Implementation
core.String? channel;