Webhook constructor
Webhook({
- required String $id,
- required String $createdAt,
- required String $updatedAt,
- required String name,
- required String url,
- required List<
String> events, - required bool security,
- required String httpUser,
- required String httpPass,
- required String signatureKey,
- 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.security,
required this.httpUser,
required this.httpPass,
required this.signatureKey,
required this.enabled,
required this.logs,
required this.attempts,
});