AssetsProductReadyWebhook constructor

AssetsProductReadyWebhook({
  1. String? webhookType,
  2. String? webhookCode,
  3. String? assetReportId,
})

Implementation

AssetsProductReadyWebhook({
  this.webhookType,
  this.webhookCode,
  this.assetReportId,
});