ImportJobSummary constructor

ImportJobSummary({
  1. DateTime? createdTimestamp,
  2. ImportDestination? importDestination,
  3. String? jobId,
  4. JobStatus? jobStatus,
})

Implementation

ImportJobSummary({
  this.createdTimestamp,
  this.importDestination,
  this.jobId,
  this.jobStatus,
});