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

ListCapacityCommitmentsResponse

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

The response for ReservationService.ListCapacityCommitments.

interface ListCapacityCommitmentsResponse {
capacityCommitments?: CapacityCommitment[];
nextPageToken?: string;
}

§Properties

§
capacityCommitments?: CapacityCommitment[]
[src]

List of capacity commitments visible to the user.

§
nextPageToken?: string
[src]

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