NameValuePair
import type { NameValuePair } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";A name-value pair representing an attribute entry usable in a list of attributes.
interface NameValuePair {
key?: string;
value?: string;
}import type { NameValuePair } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";A name-value pair representing an attribute entry usable in a list of attributes.