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

CustomMetadataData

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

Any custom metadata associated with the resource. e.g. A spanner instance can have multiple databases with its own unique metadata. Information for these individual databases can be captured in custom metadata data

interface CustomMetadataData {
internalResourceMetadata?: InternalResourceMetadata[];
}

§Properties

§
internalResourceMetadata?: InternalResourceMetadata[]
[src]

Metadata for individual internal resources in an instance. e.g. spanner instance can have multiple databases with unique configuration.