GetImportJobResponse constructor

GetImportJobResponse({
  1. DateTime? completedTimestamp,
  2. DateTime? createdTimestamp,
  3. int? failedRecordsCount,
  4. FailureInfo? failureInfo,
  5. ImportDataSource? importDataSource,
  6. ImportDestination? importDestination,
  7. String? jobId,
  8. JobStatus? jobStatus,
  9. int? processedRecordsCount,
})

Implementation

GetImportJobResponse({
  this.completedTimestamp,
  this.createdTimestamp,
  this.failedRecordsCount,
  this.failureInfo,
  this.importDataSource,
  this.importDestination,
  this.jobId,
  this.jobStatus,
  this.processedRecordsCount,
});