TargetsPresentConditionResponse

data class TargetsPresentConditionResponse(val missingTargets: List<String>, val status: Boolean, val updateTime: String)

TargetsPresentCondition contains information on any Targets defined in the Delivery Pipeline that do not actually exist.

Constructors

Link copied to clipboard
fun TargetsPresentConditionResponse(missingTargets: List<String>, status: Boolean, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of Target names that do not exist. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.

Link copied to clipboard

True if there aren't any missing Targets.

Link copied to clipboard

Last time the condition was updated.