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

ProjectsLocationsReservationsAssignmentsCreateOptions

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

Additional options for BigQueryReservation#projectsLocationsReservationsAssignmentsCreate.

interface ProjectsLocationsReservationsAssignmentsCreateOptions {
assignmentId?: string;
}

§Properties

§
assignmentId?: string
[src]

The optional assignment ID. Assignment name will be generated automatically if this field is empty. This field must only contain lower case alphanumeric characters or dashes. Max length is 64 characters.