group_items
Overview
Name | group_items |
Type | Resource |
Id | youtube.youtubeAnalytics.group_items |
Fields
Name | Datatype | Description |
---|---|---|
id | string | 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. |
resource | object | |
errors | object | Request Error information. The presence of an error field signals that the operation has failed. |
etag | string | The Etag of this resource. |
groupId | string | The ID that YouTube uses to uniquely identify the group that contains the item. |
kind | string | Identifies the API resource's type. The value will be youtube#groupItem . |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
groupItems_list | SELECT | Returns a collection of group items that match the API request parameters. | |
groupItems_delete | DELETE | Removes an item from a group. | |
groupItems_insert | EXEC | Creates a group item. |