PipelineFolderArgs

data class PipelineFolderArgs(val name: Output<String>? = null) : ConvertibleToJava<PipelineFolderArgs>

The folder that this Pipeline is in. If not specified, Pipeline will appear at the root level.

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

The name of the folder that this Pipeline is in.

Functions

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