ParameterDefinitionResponse

data class ParameterDefinitionResponse(val name: String, val value: String? = null)

Defines the parameter value of an specific pipeline topology parameter. See pipeline topology parameters for more information.

Constructors

Link copied to clipboard
constructor(name: String, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the parameter declared in the pipeline topology.

Link copied to clipboard
val value: String? = null

Parameter value to be applied on this specific pipeline.