GetPipelineDefinitionParameterValue

data class GetPipelineDefinitionParameterValue(val id: String, val stringValue: String) : ConvertibleToJava<GetPipelineDefinitionParameterValue>

Constructors

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

Properties

Link copied to clipboard
val id: String

ID of the object.

Link copied to clipboard

Field value, expressed as a String.

Functions

Link copied to clipboard
open override fun toJava(): GetPipelineDefinitionParameterValue