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

ReservationGroup

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

A reservation group is a container for reservations.

interface ReservationGroup {
name?: string;
}

§Properties

§
name?: string
[src]

Identifier. The resource name of the reservation group, e.g., projects/*\/locations/*\/reservationGroups/team1-prod. The reservation_group_id 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.