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

OrganizationsLocationsOrgPolicyViolationsPreviewsListOptions

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

Additional options for PolicySimulator#organizationsLocationsOrgPolicyViolationsPreviewsList.

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

§Properties

§
pageSize?: number
[src]

Optional. The maximum number of items to return. The service may return fewer than this value. If unspecified, at most 5 items will be returned. The maximum value is 10; values above 10 will be coerced to 10.

§
pageToken?: string
[src]

Optional. A page token, received from a previous call. Provide this to retrieve the subsequent page. When paginating, all other parameters must match the call that provided the page token.