Get Job Result
data class GetJobResult(val description: String? = null, val id: String, val name: String, val schedule: JobScheduleResponse? = null, val type: String, val version: Int)
A job.
Constructors
Link copied to clipboard
fun GetJobResult(description: String? = null, id: String, name: String, schedule: JobScheduleResponse? = null, type: String, version: Int)