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

ProjectsLocationsCapacityCommitmentsCreateOptions

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

Additional options for BigQueryReservation#projectsLocationsCapacityCommitmentsCreate.

interface ProjectsLocationsCapacityCommitmentsCreateOptions {
capacityCommitmentId?: string;
enforceSingleAdminProjectPerOrg?: boolean;
}

§Properties

§
capacityCommitmentId?: string
[src]

The optional 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. NOTE: this ID won't be kept if the capacity commitment is split or merged.

§
enforceSingleAdminProjectPerOrg?: boolean
[src]

If true, fail the request if another project in the organization has a capacity commitment.