TaskExecutionStatus

data class TaskExecutionStatus(val latestJobs: List<TaskExecutionStatusLatestJob>? = null, val updateTime: String? = null)

Constructors

Link copied to clipboard
constructor(latestJobs: List<TaskExecutionStatusLatestJob>? = null, updateTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(Output) latest job execution. Structure is documented below.

Link copied to clipboard
val updateTime: String? = null

(Output) Last update time of the status.