Export constructor

Export({
  1. CloudStorageSink? cloudStorageSink,
  2. String? createTime,
  3. ExportOptions? exportOptions,
  4. String? id,
  5. String? matterId,
  6. String? name,
  7. String? parentExportId,
  8. Query? query,
  9. UserInfo? requester,
  10. ExportStats? stats,
  11. String? status,
})

Implementation

Export({
  this.cloudStorageSink,
  this.createTime,
  this.exportOptions,
  this.id,
  this.matterId,
  this.name,
  this.parentExportId,
  this.query,
  this.requester,
  this.stats,
  this.status,
});