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

ProjectsLocationsNotificationsListOptions

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

Additional options for AdvisoryNotifications#projectsLocationsNotificationsList.

interface ProjectsLocationsNotificationsListOptions {
languageCode?: string;
pageSize?: number;
pageToken?: string;
view?: "NOTIFICATION_VIEW_UNSPECIFIED" | "BASIC" | "FULL";
}

§Properties

§
languageCode?: string
[src]

ISO code for requested localization language. If unset, will be interpereted as "en". If the requested language is valid, but not supported for this notification, English will be returned with an "Not applicable" LocalizationState. If the ISO code is invalid (i.e. not a real language), this RPC will throw an error.

§
pageSize?: number
[src]

The maximum number of notifications to return. The service may return fewer than this value. If unspecified or equal to 0, at most 50 notifications will be returned. The maximum value is 50; values above 50 will be coerced to 50.

§
pageToken?: string
[src]

A page token returned from a previous request. When paginating, all other parameters provided in the request must match the call that returned the page token.

§
view?: "NOTIFICATION_VIEW_UNSPECIFIED" | "BASIC" | "FULL"
[src]

Specifies which parts of the notification resource should be returned in the response.