WebhookUpdateAcknowledgedWebhook constructor

WebhookUpdateAcknowledgedWebhook({
  1. String? webhookType,
  2. String? webhookCode,
  3. String? itemId,
  4. String? newWebhookUrl,
  5. Error? error,
})

Implementation

WebhookUpdateAcknowledgedWebhook({
  this.webhookType,
  this.webhookCode,
  this.itemId,
  this.newWebhookUrl,
  this.error,
});