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

Attribute

import type { Attribute } from "https://googleapis.deno.dev/v1/cloudnumberregistry:v1alpha.ts";

Message describing Attribute object

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

§Properties

§
key?: string
[src]

Required. Key of attribute

§
value?: string
[src]

Required. Value of attribute