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

GoogleCloudMetastoreV1alphaMultiRegionMetadata

import type { GoogleCloudMetastoreV1alphaMultiRegionMetadata } from "https://googleapis.deno.dev/v1/metastore:v2.ts";

The metadata for the multi-region that includes the constituent regions. The metadata is only populated if the region is multi-region. For single region or custom dual region, it will be empty.

interface GoogleCloudMetastoreV1alphaMultiRegionMetadata {
constituentRegions?: string[];
}

§Properties

§
constituentRegions?: string[]
[src]

The regions constituting the multi-region.