PipelineDefinitionParameterObjectArgs

data class PipelineDefinitionParameterObjectArgs(val attributes: Output<List<PipelineDefinitionParameterObjectAttributeArgs>>? = null, val id: Output<String>) : ConvertibleToJava<PipelineDefinitionParameterObjectArgs>

Constructors

Link copied to clipboard
constructor(attributes: Output<List<PipelineDefinitionParameterObjectAttributeArgs>>? = null, id: Output<String>)

Properties

Link copied to clipboard

Configuration block for attributes of the parameter object. See below

Link copied to clipboard
val id: Output<String>

ID of the parameter object.

Functions

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