interface ListPipelinesResponse {
    pipelines: EdgeServices.v1alpha1.Pipeline[];
    totalCount: number;
}

Properties

Paginated list of pipelines.

totalCount: number

Count of all pipelines matching the requested criteria.