type property

String? type
getter/setter pair

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;