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

ListReservationsResponse

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

The response for ReservationService.ListReservations.

interface ListReservationsResponse {
nextPageToken?: string;
reservations?: Reservation[];
}

§Properties

§
nextPageToken?: string
[src]

Token to retrieve the next page of results, or empty if there are no more results in the list.

§
reservations?: Reservation[]
[src]

List of reservations visible to the user.