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

ProjectsInstancesGetOptions

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

Additional options for Spanner#projectsInstancesGet.

interface ProjectsInstancesGetOptions {
fieldMask?: string;
}

§Properties

§
fieldMask?: string
[src]

If field_mask is present, specifies the subset of Instance fields that should be returned. If absent, all Instance fields are returned.