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

GoogleCloudAdvisorynotificationsV1ListNotificationsResponse

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

Response of ListNotifications endpoint.

interface GoogleCloudAdvisorynotificationsV1ListNotificationsResponse {
nextPageToken?: string;
totalSize?: number;
}

§Properties

§
nextPageToken?: string
[src]

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

§

List of notifications under a given parent.

§
totalSize?: number
[src]

Estimation of a total number of notifications.