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://googleapis.deno.dev/v1/cloudasset:v1.ts";

The key and value for a tag.

interface Tag {
tagKey?: string;
tagKeyId?: string;
tagValue?: string;
tagValueId?: string;
}

§Properties

§
tagKey?: string
[src]

TagKey namespaced name, in the format of {ORG_ID}/{TAG_KEY_SHORT_NAME}.

§
tagKeyId?: string
[src]

TagKey ID, in the format of tagKeys/{TAG_KEY_ID}.

§
tagValue?: string
[src]

TagValue namespaced name, in the format of {ORG_ID}/{TAG_KEY_SHORT_NAME}/{TAG_VALUE_SHORT_NAME}.

§
tagValueId?: string
[src]

TagValue ID, in the format of tagValues/{TAG_VALUE_ID}.