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

CreateOrUpdateTagsRequest

import type { CreateOrUpdateTagsRequest } from "https://googleapis.deno.dev/v1/playgrouping:v1alpha1.ts";

Request message for CreateOrUpdateTags. VerifyToken.

interface CreateOrUpdateTagsRequest {
tags?: Tag[];
}

§Properties

§
tags?: Tag[]
[src]

Tags to be inserted or updated.