Package version:

Interface PipelineFolder

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

interface PipelineFolder {
    name?: string;
}

Properties

Properties

name?: string

The name of the folder that this Pipeline is in.