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

ProjectsLocationsTaxonomiesPolicyTagsListOptions

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

Additional options for DataCatalog#projectsLocationsTaxonomiesPolicyTagsList.

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

§Properties

§
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, returns the first page. The token is returned in the response to a previous list request.