ClusterTimelineResponse

data class ClusterTimelineResponse(val creationDateTime: String? = null, val endDateTime: String? = null, val readyDateTime: String? = null)

Definition of ClusterTimeline

Constructors

Link copied to clipboard
constructor(creationDateTime: String? = null, endDateTime: String? = null, readyDateTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The creation date and time of the cluster.

Link copied to clipboard
val endDateTime: String? = null

The date and time when the cluster was terminated.

Link copied to clipboard
val readyDateTime: String? = null

The date and time when the cluster was ready to run steps.