AssetReportRefreshRequestOptions constructor

AssetReportRefreshRequestOptions({
  1. String? clientReportId,
  2. String? webhook,
  3. AssetReportUser? user,
})

Implementation

AssetReportRefreshRequestOptions({
  this.clientReportId,
  this.webhook,
  this.user,
});