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

MergeCapacityCommitmentsRequest

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

The request for ReservationService.MergeCapacityCommitments.

interface MergeCapacityCommitmentsRequest {
capacityCommitmentId?: string;
capacityCommitmentIds?: string[];
}

§Properties

§
capacityCommitmentId?: string
[src]

Optional. The optional resulting capacity commitment ID. Capacity commitment name will be generated automatically if this field is empty. This field must only contain lower case alphanumeric characters or dashes. The first and last character cannot be a dash. Max length is 64 characters.

§
capacityCommitmentIds?: string[]
[src]

Ids of capacity commitments to merge. These capacity commitments must exist under admin project and location specified in the parent. ID is the last portion of capacity commitment name e.g., 'abc' for projects/myproject/locations/US/capacityCommitments/abc