Targets Present Condition Response
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)