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

ListNotificationChannelDescriptorsResponse

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

The ListNotificationChannelDescriptors response.

interface ListNotificationChannelDescriptorsResponse {
channelDescriptors?: NotificationChannelDescriptor[];
nextPageToken?: string;
}

§Properties

§
channelDescriptors?: NotificationChannelDescriptor[]
[src]

The monitored resource descriptors supported for the specified project, optionally filtered.

§
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.