Webhook constructor
Webhook({
- required String $id,
- required String $createdAt,
- required String $updatedAt,
- required String name,
- required String url,
- required List<
String> events, - required bool tls,
- required String authUsername,
- required String authPassword,
- required String secret,
- required bool enabled,
- required String logs,
- required int attempts,
Implementation
Webhook({
required this.$id,
required this.$createdAt,
required this.$updatedAt,
required this.name,
required this.url,
required this.events,
required this.tls,
required this.authUsername,
required this.authPassword,
required this.secret,
required this.enabled,
required this.logs,
required this.attempts,
});