TargetsTypeConditionResponse

data class TargetsTypeConditionResponse(val errorDetails: String, val status: Boolean)

TargetsTypeCondition contains information on whether the Targets defined in the Delivery Pipeline are of the same type.

Constructors

Link copied to clipboard
fun TargetsTypeConditionResponse(errorDetails: String, status: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Human readable error message.

Link copied to clipboard

True if the targets are all a comparable type. For example this is true if all targets are GKE clusters. This is false if some targets are Cloud Run targets and others are GKE clusters.