DefinedTagValueCopyimport 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.