AssetReportCreateRequest constructor

AssetReportCreateRequest({
  1. String? clientId,
  2. String? secret,
  3. required List<String> accessTokens,
  4. required int daysRequested,
  5. AssetReportCreateRequestOptions? options,
})

Implementation

AssetReportCreateRequest({
  this.clientId,
  this.secret,
  required this.accessTokens,
  required this.daysRequested,
  this.options,
});