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

ListAlertPoliciesResponse

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

The protocol for the ListAlertPolicies response.

interface ListAlertPoliciesResponse {
alertPolicies?: AlertPolicy[];
nextPageToken?: string;
totalSize?: number;
}

§Properties

§
alertPolicies?: AlertPolicy[]
[src]

The returned alert policies.

§
nextPageToken?: string
[src]

If there might be more results than were returned, then this field is set to a non-empty value. To see the additional results, use that value as page_token in the next call to this method.

§
totalSize?: number
[src]

The total number of alert policies in all pages. This number is only an estimate, and may change in subsequent pages. https://aip.dev/158