PipelineReferenceResponse

data class PipelineReferenceResponse(val name: String? = null, val referenceName: String, val type: String)

Pipeline reference type.

Constructors

Link copied to clipboard
constructor(name: String? = null, referenceName: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Reference name.

Link copied to clipboard

Reference pipeline name.

Link copied to clipboard

Pipeline reference type.