DataSourceSyncJob constructor

DataSourceSyncJob({
  1. String? dataSourceErrorCode,
  2. DateTime? endTime,
  3. ErrorCode? errorCode,
  4. String? errorMessage,
  5. String? executionId,
  6. DataSourceSyncJobMetrics? metrics,
  7. DateTime? startTime,
  8. DataSourceSyncJobStatus? status,
})

Implementation

DataSourceSyncJob({
  this.dataSourceErrorCode,
  this.endTime,
  this.errorCode,
  this.errorMessage,
  this.executionId,
  this.metrics,
  this.startTime,
  this.status,
});