PipelineParameterAttribute

data class PipelineParameterAttribute(val key: String, val stringValue: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

The field identifier.

Link copied to clipboard

The field value, expressed as a String.