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

OrganizationsLocationsPosturesListRevisionsOptions

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

Additional options for SecurityPosture#organizationsLocationsPosturesListRevisions.

interface OrganizationsLocationsPosturesListRevisionsOptions {
pageSize?: number;
pageToken?: string;
}

§Properties

§
pageSize?: number
[src]

Optional. The maximum number of posture revisions to return. The default value is 500. If you exceed the maximum value of 1000, then the service uses the maximum value.

§
pageToken?: string
[src]

Optional. A pagination token from a previous request to list posture revisions. Provide this token to retrieve the next page of results.