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

ListPostureRevisionsResponse

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

Response message for ListPostureRevisions.

interface ListPostureRevisionsResponse {
nextPageToken?: string;
revisions?: Posture[];
}

§Properties

§
nextPageToken?: string
[src]

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

§
revisions?: Posture[]
[src]

The list of revisions for the Posture.