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

ProjectsLocationsTaxonomiesListOptions

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

Additional options for DataCatalog#projectsLocationsTaxonomiesList.

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

§Properties

§
filter?: string
[src]

Supported field for filter is 'service' and value is 'dataplex'. Eg: service=dataplex.

§
pageSize?: number
[src]

The maximum number of items to return. Must be a value between 1 and 1000 inclusively. If not set, defaults to 50.

§
pageToken?: string
[src]

The pagination token of the next results page. If not set, the first page is returned. The token is returned in the response to a previous list request.