ReportStatus constructor
ReportStatus({})
Returns a new ReportStatus instance.
Implementation
ReportStatus({
this.reportId,
this.reportName,
this.state,
this.startedOn,
this.owner,
this.expires,
this.url,
});
Returns a new ReportStatus instance.
ReportStatus({
this.reportId,
this.reportName,
this.state,
this.startedOn,
this.owner,
this.expires,
this.url,
});