DeliveryPipelineConditionTargetsPresentCondition

data class DeliveryPipelineConditionTargetsPresentCondition(val missingTargets: List<String>? = null, val status: Boolean? = null, val updateTime: String? = null)

Constructors

constructor(missingTargets: List<String>? = null, status: Boolean? = null, updateTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val missingTargets: List<String>? = null

The list of Target names that are missing. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.

Link copied to clipboard
val status: Boolean? = null

True if there aren't any missing Targets.

Link copied to clipboard
val updateTime: String? = null

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