PipelineDefinitionParameterObjectAttribute

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

Constructors

constructor(key: String, stringValue: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

Field identifier.

Link copied to clipboard

Field value, expressed as a String.