GetPipelinePlainArgs

data class GetPipelinePlainArgs(val pipelineId: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetPipelinePlainArgs>

A collection of arguments for invoking getPipeline.

Constructors

Link copied to clipboard
constructor(pipelineId: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

ID of the pipeline.

Link copied to clipboard
val tags: Map<String, String>? = null

Map of tags assigned to the resource.

Functions

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