GetExportResponse constructor
GetExportResponse({
- ExportStatus? exportStatus,
- ExportType? exportType,
- String? failureReason,
- String? name,
- ResourceType? resourceType,
- String? url,
- String? version,
Implementation
GetExportResponse({
this.exportStatus,
this.exportType,
this.failureReason,
this.name,
this.resourceType,
this.url,
this.version,
});