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

ProjectsNotificationChannelDescriptorsListOptions

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

Additional options for Monitoring#projectsNotificationChannelDescriptorsList.

interface ProjectsNotificationChannelDescriptorsListOptions {
pageSize?: number;
pageToken?: string;
}

§Properties

§
pageSize?: number
[src]

The maximum number of results to return in a single response. If not set to a positive number, a reasonable value will be chosen by the service.

§
pageToken?: string
[src]

If non-empty, page_token must contain a value returned as the next_page_token in a previous response to request the next set of results.