AssetReportAuditCopyCreateRequest constructor

AssetReportAuditCopyCreateRequest({
  1. String? clientId,
  2. String? secret,
  3. String? assetReportToken,
  4. String? auditorId,
})

Implementation

AssetReportAuditCopyCreateRequest({
  this.clientId,
  this.secret,
  this.assetReportToken,
  this.auditorId,
});