Class GroupItem
A group item.
Inheritance
System.Object
GroupItem
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.YouTubeAnalytics.v2.Data
Assembly: Google.Apis.YouTubeAnalytics.v2.dll
Syntax
public class GroupItem : IDirectResponseSchema
Properties
Errors
Apiary error details
Declaration
[JsonProperty("errors")]
public virtual Errors Errors { get; set; }
Property Value
| Type | Description |
|---|---|
| Errors |
ETag
The Etag of this resource.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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 |
|---|---|
| System.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 |
|---|---|
| System.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 |
|---|---|
| System.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 |