type property
The type of delivery mechanism used for this channel.
Valid values are "web_hook" (or "webhook"). Both values refer to a channel where Http requests are used to deliver messages.
Implementation
core.String? type;
The type of delivery mechanism used for this channel.
Valid values are "web_hook" (or "webhook"). Both values refer to a channel where Http requests are used to deliver messages.
core.String? type;