GetExportResponse constructor

GetExportResponse({
  1. ExportStatus? exportStatus,
  2. ExportType? exportType,
  3. String? failureReason,
  4. String? name,
  5. ResourceType? resourceType,
  6. String? url,
  7. String? version,
})

Implementation

GetExportResponse({
  this.exportStatus,
  this.exportType,
  this.failureReason,
  this.name,
  this.resourceType,
  this.url,
  this.version,
});