DeliveryPipelineConditionPipelineReadyCondition

data class DeliveryPipelineConditionPipelineReadyCondition(val status: Boolean? = null, val updateTime: String? = null)

Constructors

constructor(status: Boolean? = null, updateTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val status: Boolean? = null

True if the Pipeline is in a valid state. Otherwise at least one condition in PipelineCondition is in an invalid state. Iterate over those conditions and see which condition(s) has status = false to find out what is wrong with the Pipeline.

Link copied to clipboard
val updateTime: String? = null

Output only. Most recent time at which the pipeline was updated.