@labkey/api
    Preparing search index...

    Interface PipelineContainerResponse

    interface PipelineContainerResponse {
        containerPath: string;
        webDavURL: string;
    }
    Index

    Properties

    containerPath: string

    The container path in which the pipeline is defined. If no pipeline has been defined in this container hierarchy, then the value of this property will be null.

    webDavURL: string

    the WebDavURL for the pipeline root.