AssetReportRefreshRequestOptions constructor
AssetReportRefreshRequestOptions({
- String? clientReportId,
- String? webhook,
- AssetReportUser? user,
Implementation
AssetReportRefreshRequestOptions({
this.clientReportId,
this.webhook,
this.user,
});