AssetReportCreateRequest constructor

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

Implementation

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