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

GroupSnippet

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

A group snippet.

interface GroupSnippet {
publishedAt?: Date;
title?: string;
}

§Properties

§
publishedAt?: Date
[src]

The date and time that the group was created. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.

§
title?: string
[src]

The group name. The value must be a non-empty string.