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

ContentCategory

import type { ContentCategory } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";
interface ContentCategory {
accountId?: bigint;
id?: bigint;
kind?: string;
name?: string;
}

§Properties

§
accountId?: bigint
[src]

Account ID of this content category. This is a read-only field that can be left blank.

§
id?: bigint
[src]

ID of this content category. This is a read-only, auto-generated field.

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "dfareporting#contentCategory".

§
name?: string
[src]

Name of this content category. This is a required field and must be less than 256 characters long and unique among content categories of the same account.