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

ProjectsLocationsDeploymentResourcePoolsOperationsListOptions

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

Additional options for AIplatform#projectsLocationsDeploymentResourcePoolsOperationsList.

interface ProjectsLocationsDeploymentResourcePoolsOperationsListOptions {
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.