Class GroupItem
A group item.
Implements
Inherited Members
Namespace: Google.Apis.YouTubeAnalytics.v2.Data
Assembly: Google.Apis.YouTubeAnalytics.v2.dll
Syntax
public class GroupItem : IDirectResponseSchema
Properties
ETag
The Etag of this resource.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Errors
Apiary error details
Declaration
[JsonProperty("errors")]
public virtual Errors Errors { get; set; }
Property Value
| Type | Description |
|---|---|
| Errors |
GroupId
The ID that YouTube uses to uniquely identify the group that contains the item.
Declaration
[JsonProperty("groupId")]
public virtual string GroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
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.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Kind
Identifies the API resource's type. The value will be youtube#groupItem.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Resource
The resource object contains information that identifies the item being added to the group.
Declaration
[JsonProperty("resource")]
public virtual GroupItemResource Resource { get; set; }
Property Value
| Type | Description |
|---|---|
| GroupItemResource |