AssetReportCreateRequestOptions constructor

AssetReportCreateRequestOptions({
  1. String? clientReportId,
  2. String? webhook,
  3. bool? includeFastReport,
  4. List<String>? products,
  5. AssetReportUser? user,
})

Implementation

AssetReportCreateRequestOptions({
  this.clientReportId,
  this.webhook,
  this.includeFastReport,
  this.products,
  this.user,
});