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

ListReservationGroupsResponse

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

The response for ReservationService.ListReservationGroups.

interface ListReservationGroupsResponse {
nextPageToken?: string;
reservationGroups?: ReservationGroup[];
}

§Properties

§
nextPageToken?: string
[src]

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

§
reservationGroups?: ReservationGroup[]
[src]

List of reservations visible to the user.