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

ListGroupsResponse

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

Response message for GroupsService.ListGroups.

interface ListGroupsResponse {
errors?: Errors;
etag?: string;
items?: Group[];
kind?: string;
nextPageToken?: string;
}

§Properties

§
errors?: Errors
[src]

Apiary error details

§
etag?: string
[src]

The Etag of this resource.

§
items?: Group[]
[src]

A list of groups that match the API request parameters. Each item in the list represents a group resource.

§
kind?: string
[src]

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

§
nextPageToken?: string
[src]

The token that can be used as the value of the pageToken parameter to retrieve the next page in the result set.