DataSourceSyncJob constructor
DataSourceSyncJob({
- String? dataSourceErrorCode,
- DateTime? endTime,
- ErrorCode? errorCode,
- String? errorMessage,
- String? executionId,
- DataSourceSyncJobMetrics? metrics,
- DateTime? startTime,
- DataSourceSyncJobStatus? status,
Implementation
DataSourceSyncJob({
this.dataSourceErrorCode,
this.endTime,
this.errorCode,
this.errorMessage,
this.executionId,
this.metrics,
this.startTime,
this.status,
});