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

CreateOrUpdateTagsResponse

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

Response message for CreateOrUpdateTags.

interface CreateOrUpdateTagsResponse {
tags?: Tag[];
}

§Properties

§
tags?: Tag[]
[src]

All requested tags are returned, including pre-existing ones.