GroupItems
资源表示法
以下 JSON 结构显示了 groupItems
资源的格式:
{
"kind": "youtube#groupItem",
"etag": etag,
"id": string,
"groupId": string,
"resource": {
"kind": string,
"id": string
}
}
属性
下表定义了此资源中显示的属性:
属性 |
kind |
string
标识 API 资源的类型。该值将为 youtube#groupItem 。 |
etag |
etag 此资源的 Etag。 |
id |
string
此 ID 用于由 YouTube 唯一标识群组中包含的 channel 、video 、playlist 或 asset 资源。请注意,此 ID 特指将该资源纳入特定资源组中,它不同于对资源本身进行唯一标识的频道 ID、视频 ID、播放列表 ID 或资产 ID。resource.id 属性的值用于指定唯一的频道、视频、播放列表或资产 ID。 |
groupId |
string
YouTube 用来标识包含相应项的组的唯一 ID。 |
resource |
object
resource 对象包含用于标识要添加到组的项的信息。 |
resource.kind |
string
用于标识要添加到组中的资源类型。
此属性的有效值如下:
youtube#channel
youtube#playlist
youtube#video
youtubePartner#asset
|
resource.id |
string
YouTube 用于对添加到组中的内容进行唯一标识的频道、视频、播放列表或资产 ID。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-09。
[null,null,["最后更新时间 (UTC):2024-11-09。"],[[["The YouTube Analytics API provides methods to manage group items, enabling you to list, insert, and delete them within groups."],["Group items associate a YouTube resource like a channel, video, or playlist with a specific group for analysis."],["Each group item is uniquely identified by an ID and contains information about the resource it links to and the group it belongs to."],["The API uses a JSON structure to represent group items, including properties like `kind`, `etag`, `id`, `groupId`, and `resource`."],["The `resource` property within a group item further specifies the type and unique ID of the linked YouTube resource (channel, video, playlist, or asset)."]]],[]]