DeliveryPipelineCondition

data class DeliveryPipelineCondition(val pipelineReadyConditions: List<DeliveryPipelineConditionPipelineReadyCondition>? = null, val targetsPresentConditions: List<DeliveryPipelineConditionTargetsPresentCondition>? = null)

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties