AssetsErrorWebhook constructor

AssetsErrorWebhook({
  1. String? webhookType,
  2. String? webhookCode,
  3. Error? error,
  4. String? assetReportId,
})

Implementation

AssetsErrorWebhook({
  this.webhookType,
  this.webhookCode,
  this.error,
  this.assetReportId,
});