AttributeCopyimport 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