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. i.e. 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 {
databaseMetadata?: DatabaseMetadata[];
}

§Properties

§
databaseMetadata?: DatabaseMetadata[]
[src]