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

Group

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

A group.

interface Group {
contentDetails?: GroupContentDetails;
errors?: Errors;
etag?: string;
id?: string;
kind?: string;
snippet?: GroupSnippet;
}

§Properties

§
contentDetails?: GroupContentDetails
[src]

The contentDetails object contains additional information about the group, such as the number and type of items that it contains.

§
errors?: Errors
[src]

Apiary error details

§
etag?: string
[src]

The Etag of this resource.

§
id?: string
[src]

The ID that YouTube uses to uniquely identify the group.

§
kind?: string
[src]

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

§

The snippet object contains basic information about the group, including its creation date and name.