Get Job Result
data class GetJobResult(val allAtOnce: Boolean, val constraints: List<GetJobConstraint>, val createIndex: Int, val datacenters: List<String>, val id: String, val jobId: String, val jobModifyIndex: Int, val modifyIndex: Int, val name: String, val namespace: String? = null, val parentId: String, val periodicConfigs: List<GetJobPeriodicConfig>, val priority: Int, val region: String, val stable: Boolean, val status: String, val statusDescription: String, val stop: Boolean, val submitTime: Int, val taskGroups: List<GetJobTaskGroup>, val type: String, val version: Int)
A collection of values returned by getJob.
Constructors
Link copied to clipboard
fun GetJobResult(allAtOnce: Boolean, constraints: List<GetJobConstraint>, createIndex: Int, datacenters: List<String>, id: String, jobId: String, jobModifyIndex: Int, modifyIndex: Int, name: String, namespace: String? = null, parentId: String, periodicConfigs: List<GetJobPeriodicConfig>, priority: Int, region: String, stable: Boolean, status: String, statusDescription: String, stop: Boolean, submitTime: Int, taskGroups: List<GetJobTaskGroup>, type: String, version: Int)