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

OrganizationsLocationsReplaysResultsListOptions

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

Additional options for PolicySimulator#organizationsLocationsReplaysResultsList.

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

§Properties

§
pageSize?: number
[src]

The maximum number of ReplayResult objects to return. Defaults to 5000. The maximum value is 5000; values above 5000 are rounded down to 5000.

§
pageToken?: string
[src]

A page token, received from a previous Simulator.ListReplayResults call. Provide this token to retrieve the next page of results. When paginating, all other parameters provided to [Simulator.ListReplayResults[] must match the call that provided the page token.