groups
Overview
Name | groups |
Type | Resource |
Id | youtube.youtubeAnalytics.groups |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The ID that YouTube uses to uniquely identify the group. |
kind | string | Identifies the API resource's type. The value will be youtube#group . |
snippet | object | A group snippet. |
contentDetails | object | A group's content details. |
errors | object | Request Error information. The presence of an error field signals that the operation has failed. |
etag | string | The Etag of this resource. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | Returns a collection of groups that match the API request parameters. For example, you can retrieve all groups that the authenticated user owns, or you can retrieve one or more groups by their unique IDs. | |
insert | INSERT | Creates a group. | |
delete | DELETE | Deletes a group. | |
update | EXEC | Modifies a group. For example, you could change a group's title. |