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

ProjectsLocationsClustersGetOptions

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

Additional options for AlloyDB#projectsLocationsClustersGet.

interface ProjectsLocationsClustersGetOptions {
view?: "CLUSTER_VIEW_UNSPECIFIED" | "CLUSTER_VIEW_BASIC" | "CLUSTER_VIEW_CONTINUOUS_BACKUP";
}

§Properties

§
view?: "CLUSTER_VIEW_UNSPECIFIED" | "CLUSTER_VIEW_BASIC" | "CLUSTER_VIEW_CONTINUOUS_BACKUP"
[src]

Optional. The view of the cluster to return. Returns all default fields if not set.