VariableSpecificationResponse

data class VariableSpecificationResponse(val defaultValue: Any? = null, val type: String)

Definition of a single variable for a Pipeline.

Constructors

Link copied to clipboard
constructor(defaultValue: Any? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val defaultValue: Any? = null

Default value of variable.

Link copied to clipboard

Variable type.