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

DefinedTagValue

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

Wrapper message for the value of a defined tag.

interface DefinedTagValue {
tags?: {
[key: string]: string;
}
;
}

§Properties

§
tags?: {
[key: string]: string;
}
[src]

The tags within the namespace.