Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListPipelinesResponse

import type { ListPipelinesResponse } from "https://googleapis.deno.dev/v1/eventarc:v1.ts";

The response message for the ListPipelines method.

interface ListPipelinesResponse {
nextPageToken?: string;
pipelines?: Pipeline[];
unreachable?: string[];
}

§Properties

§
nextPageToken?: string
[src]

A page token that can be sent to ListPipelines to request the next page. If this is empty, then there are no more pages.

§
pipelines?: Pipeline[]
[src]

The requested pipelines, up to the number specified in page_size.

§
unreachable?: string[]
[src]

Unreachable resources, if any.