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

ProjectsLocationsVersionsListOptions

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

Additional options for DataFusion#projectsLocationsVersionsList.

interface ProjectsLocationsVersionsListOptions {
latestPatchOnly?: boolean;
pageSize?: number;
pageToken?: string;
}

§Properties

§
latestPatchOnly?: boolean
[src]

Whether or not to return the latest patch of every available minor version. If true, only the latest patch will be returned. Ex. if allowed versions is [6.1.1, 6.1.2, 6.2.0] then response will be [6.1.2, 6.2.0]

§
pageSize?: number
[src]

The maximum number of items to return.

§
pageToken?: string
[src]

The next_page_token value to use if there are additional results to retrieve for this list request.