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

Tag

import type { Tag } from "https://aws-api.deno.dev/v0.3/services/alexaforbusiness.ts?docs=full";

A key-value pair that can be associated with a resource.

interface Tag {
Key: string;
Value: string;
}

§Properties

§
Key: string
[src]

The key of a tag. Tag keys are case-sensitive.

§
Value: string
[src]

The value of a tag. Tag values are case sensitive and can be null.