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.