AssetReportGetRequest constructor

AssetReportGetRequest({
  1. String? clientId,
  2. String? secret,
  3. required String assetReportToken,
  4. bool? includeInsights,
  5. bool? fastReport,
  6. AssetReportGetRequestOptions? options,
})

Implementation

AssetReportGetRequest({
  this.clientId,
  this.secret,
  required this.assetReportToken,
  this.includeInsights,
  this.fastReport,
  this.options,
});