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

Category

import type { Category } from "https://googleapis.deno.dev/v1/containeranalysis:v1.ts";

The category to which the update belongs.

interface Category {
categoryId?: string;
name?: string;
}

§Properties

§
categoryId?: string
[src]

The identifier of the category.

§
name?: string
[src]

The localized name of the category.