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

ProjectsLocationsProductSetsListOptions

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

Additional options for Vision#projectsLocationsProductSetsList.

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

§Properties

§
pageSize?: number
[src]

The maximum number of items to return. Default 10, maximum 100.

§
pageToken?: string
[src]

The next_page_token returned from a previous List request, if any.