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

SplitCapacityCommitmentRequest

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

The request for ReservationService.SplitCapacityCommitment.

interface SplitCapacityCommitmentRequest {
slotCount?: bigint;
}

§Properties

§
slotCount?: bigint
[src]

Number of slots in the capacity commitment after the split.