ReportMetadata constructor
ReportMetadata({
- String? googleCloudStoragePath,
- Date? reportDataEndDate,
- Date? reportDataStartDate,
- ReportStatus? status,
Implementation
ReportMetadata({
this.googleCloudStoragePath,
this.reportDataEndDate,
this.reportDataStartDate,
this.status,
});