Batch Job
constructor(name: String? = null, displayName: String? = null, state: JobState? = null, error: JobError? = null, createTime: Instant? = null, startTime: Instant? = null, endTime: Instant? = null, updateTime: Instant? = null, model: String? = null, src: BatchJobSource? = null, dest: BatchJobDestination? = null, completionStats: CompletionStats? = null, outputInfo: BatchJobOutputInfo? = null)