MmOutgoingWebhook constructor
MmOutgoingWebhook({
- String? id,
- int? createAt,
- int? updateAt,
- int? deleteAt,
- String? creatorId,
- String? teamId,
- String? channelId,
- String? description,
- String? displayName,
- List<
String> triggerWords = const [], - int? triggerWhen,
- List<
String> callbackUrls = const [], - String contentType = 'application/x-www-form-urlencoded',
Returns a new MmOutgoingWebhook instance.
Implementation
MmOutgoingWebhook({
this.id,
this.createAt,
this.updateAt,
this.deleteAt,
this.creatorId,
this.teamId,
this.channelId,
this.description,
this.displayName,
this.triggerWords = const [],
this.triggerWhen,
this.callbackUrls = const [],
this.contentType = 'application/x-www-form-urlencoded',
});