AssetReportRefreshRequest constructor

AssetReportRefreshRequest({
  1. String? clientId,
  2. String? secret,
  3. required String assetReportToken,
  4. int? daysRequested,
  5. AssetReportRefreshRequestOptions? options,
})

Implementation

AssetReportRefreshRequest({
  this.clientId,
  this.secret,
  required this.assetReportToken,
  this.daysRequested,
  this.options,
});