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

ProjectsLocationsDatasetsSavedQueriesListOptions

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

Additional options for AIplatform#projectsLocationsDatasetsSavedQueriesList.

interface ProjectsLocationsDatasetsSavedQueriesListOptions {
filter?: string;
orderBy?: string;
pageSize?: number;
pageToken?: string;
readMask?: string;
}

§Properties

§
filter?: string
[src]

The standard list filter.

§
orderBy?: string
[src]

A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending.

§
pageSize?: number
[src]

The standard list page size.

§
pageToken?: string
[src]

The standard list page token.

§
readMask?: string
[src]

Mask specifying which fields to read.