ListWebhookItem constructor
ListWebhookItem({})
Implementation
ListWebhookItem({
required this.definition,
required this.url,
this.arn,
this.errorCode,
this.errorMessage,
this.lastTriggered,
this.tags,
});