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

CreateInstanceRequest

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

The request for CreateInstance.

interface CreateInstanceRequest {
instance?: Instance;
instanceId?: string;
}

§Properties

§
instance?: Instance
[src]

Required. The instance to create. The name may be omitted, but if specified must be /instances/.

§
instanceId?: string
[src]

Required. The ID of the instance to create. Valid identifiers are of the form a-z*[a-z0-9] and must be between 2 and 64 characters in length.