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

MultiRegionMetadata

import type { MultiRegionMetadata } from "https://googleapis.deno.dev/v1/metastore:v1.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, it will be empty.

interface MultiRegionMetadata {
constituentRegions?: string[];
}

§Properties

§
constituentRegions?: string[]
[src]

The regions constituting the multi-region.