PipelineParameterValue

data class PipelineParameterValue(val id: String, val stringValue: String)

Constructors

Link copied to clipboard
constructor(id: String, stringValue: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The ID of the parameter value.

Link copied to clipboard

The field value, expressed as a String.