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

ProjectsLocationsReservationsCreateOptions

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

Additional options for BigQueryReservation#projectsLocationsReservationsCreate.

interface ProjectsLocationsReservationsCreateOptions {
reservationId?: string;
}

§Properties

§
reservationId?: string
[src]

The reservation 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.