Webhook constructor
Webhook({})
Implementation
Webhook({
required this.branchName,
required this.createTime,
required this.description,
required this.updateTime,
required this.webhookArn,
required this.webhookId,
required this.webhookUrl,
});