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

ProjectsLocationsReservationsListOptions

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

Additional options for BigQueryReservation#projectsLocationsReservationsList.

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

§Properties

§
pageSize?: number
[src]

The maximum number of items to return per page.

§
pageToken?: string
[src]

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