PipelineParameterObjectArgs

data class PipelineParameterObjectArgs(val attributes: Output<List<PipelineParameterAttributeArgs>>, val id: Output<String>) : ConvertibleToJava<PipelineParameterObjectArgs>

Constructors

Link copied to clipboard
constructor(attributes: Output<List<PipelineParameterAttributeArgs>>, id: Output<String>)

Properties

Link copied to clipboard

The attributes of the parameter object.

Link copied to clipboard
val id: Output<String>

The ID of the parameter object.

Functions

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