ExportInfo constructor
ExportInfo({})
Implementation
ExportInfo({
required this.exportId,
required this.exportRequestTime,
required this.exportStatus,
required this.statusMessage,
this.configurationsDownloadUrl,
this.isTruncated,
this.requestedEndTime,
this.requestedStartTime,
});