PipelineParameterObject

data class PipelineParameterObject(val attributes: List<PipelineParameterAttribute>, val id: String)

Constructors

Link copied to clipboard
constructor(attributes: List<PipelineParameterAttribute>, id: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The attributes of the parameter object.

Link copied to clipboard
val id: String

The ID of the parameter object.