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

ProjectsLocationsReservationGroupsCreateOptions

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

Additional options for BigQueryReservation#projectsLocationsReservationGroupsCreate.

interface ProjectsLocationsReservationGroupsCreateOptions {
reservationGroupId?: string;
}

§Properties

§
reservationGroupId?: string
[src]

Required. The reservation group ID. It must only contain lower case alphanumeric characters or dashes. It must start with a letter and must not end with a dash. Its maximum length is 64 characters.