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

GroupContentDetails

import type { GroupContentDetails } from "https://googleapis.deno.dev/v1/youtubeAnalytics:v2.ts";

A group's content details.

interface GroupContentDetails {
itemCount?: bigint;
itemType?: string;
}

§Properties

§
itemCount?: bigint
[src]

The number of items in the group.

§
itemType?: string
[src]

The type of resources that the group contains. Valid values for this property are: * youtube#channel * youtube#playlist * youtube#video * youtubePartner#asset