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

ProjectsNotificationConfigsListOptions

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

Additional options for SecurityCenter#projectsNotificationConfigsList.

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

§Properties

§
pageSize?: number
[src]

The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000.

§
pageToken?: string
[src]

The value returned by the last ListNotificationConfigsResponse; indicates that this is a continuation of a prior ListNotificationConfigs call, and that the system should return the next page of data.