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

ProjectsLocationsDataExchangesListingsListOptions

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

Additional options for AnalyticsHub#projectsLocationsDataExchangesListingsList.

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

§Properties

§
pageSize?: number
[src]

The maximum number of results to return in a single response page. Leverage the page tokens to iterate through the entire collection.

§
pageToken?: string
[src]

Page token, returned by a previous call, to request the next page of results.