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

ListPosturesResponse

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

Response message for ListPostures.

interface ListPosturesResponse {
nextPageToken?: string;
postures?: Posture[];
unreachable?: string[];
}

§Properties

§
nextPageToken?: string
[src]

A pagination token. To retrieve the next page of results, call the method again with this token.

§
postures?: Posture[]
[src]

The list of Posture resources.

§
unreachable?: string[]
[src]

Locations that were temporarily unavailable and could not be reached.