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

ListChannelsResponse

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

The response message for the ListChannels method.

interface ListChannelsResponse {
channels?: Channel[];
nextPageToken?: string;
unreachable?: string[];
}

§Properties

§
channels?: Channel[]
[src]

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

§
nextPageToken?: string
[src]

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

§
unreachable?: string[]
[src]

Unreachable resources, if any.