GetImportJobResponse constructor
GetImportJobResponse({
- DateTime? completedTimestamp,
- DateTime? createdTimestamp,
- int? failedRecordsCount,
- FailureInfo? failureInfo,
- ImportDataSource? importDataSource,
- ImportDestination? importDestination,
- String? jobId,
- JobStatus? jobStatus,
- int? processedRecordsCount,
Implementation
GetImportJobResponse({
this.completedTimestamp,
this.createdTimestamp,
this.failedRecordsCount,
this.failureInfo,
this.importDataSource,
this.importDestination,
this.jobId,
this.jobStatus,
this.processedRecordsCount,
});