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

TagAction

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

Message for edit tag action

interface TagAction {
action?: "ACTION_UNSPECIFIED" | "ADD" | "REMOVE";
tag?: string;
}

§Properties

§
action?: "ACTION_UNSPECIFIED" | "ADD" | "REMOVE"
[src]

Required. Action to be applied

§
tag?: string
[src]

Required. Tag to be added or removed