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

GroupItem

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

A group item.

interface GroupItem {
errors?: Errors;
etag?: string;
groupId?: string;
id?: string;
kind?: string;
resource?: GroupItemResource;
}

§Properties

§
errors?: Errors
[src]

Apiary error details

§
etag?: string
[src]

The Etag of this resource.

§
groupId?: string
[src]

The ID that YouTube uses to uniquely identify the group that contains the item.

§
id?: string
[src]

The ID that YouTube uses to uniquely identify the channel, video, playlist, or asset resource that is included in the group. Note that this ID refers specifically to the inclusion of that resource in a particular group and is different than the channel ID, video ID, playlist ID, or asset ID that uniquely identifies the resource itself. The resource.id property's value specifies the unique channel, video, playlist, or asset ID.

§
kind?: string
[src]

Identifies the API resource's type. The value will be youtube#groupItem.

§

The resource object contains information that identifies the item being added to the group.