interface PipelineResource {
    pipeline?: PipelineReference;
    version?: string;
}

Properties

Properties

version?: string