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

ProjectsLocationsReplaysOperationsListOptions

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

Additional options for PolicySimulator#projectsLocationsReplaysOperationsList.

interface ProjectsLocationsReplaysOperationsListOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

The standard list filter.

§
pageSize?: number
[src]

The standard list page size.

§
pageToken?: string
[src]

The standard list page token.