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

GooglePrivacyDlpV2KeyValueMetadataProperty

import type { GooglePrivacyDlpV2KeyValueMetadataProperty } from "https://googleapis.deno.dev/v1/dlp:v2.ts";

A key-value pair in the Metadata.

interface GooglePrivacyDlpV2KeyValueMetadataProperty {
key?: string;
value?: string;
}

§Properties

§
key?: string
[src]

The key of the property.

§
value?: string
[src]

The value of the property.