Export constructor
Export({
- CloudStorageSink? cloudStorageSink,
- String? createTime,
- ExportOptions? exportOptions,
- String? id,
- String? matterId,
- String? name,
- String? parentExportId,
- Query? query,
- UserInfo? requester,
- ExportStats? stats,
- 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,
});