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

ListNotificationChannelsResponse

import type { ListNotificationChannelsResponse } from "https://googleapis.deno.dev/v1/monitoring:v3.ts";

The ListNotificationChannels response.

interface ListNotificationChannelsResponse {
nextPageToken?: string;
notificationChannels?: NotificationChannel[];
totalSize?: number;
}

§Properties

§
nextPageToken?: string
[src]

If not empty, indicates that there may be more results that match the request. Use the value in the page_token field in a subsequent request to fetch the next set of results. If empty, all results have been returned.

§
notificationChannels?: NotificationChannel[]
[src]

The notification channels defined for the specified project.

§
totalSize?: number
[src]

The total number of notification channels in all pages. This number is only an estimate, and may change in subsequent pages. https://aip.dev/158