Class Group
A group.
Implements
Inherited Members
Namespace: Google.Apis.YouTubeAnalytics.v2.Data
Assembly: Google.Apis.YouTubeAnalytics.v2.dll
Syntax
public class Group : IDirectResponseSchema
Properties
ContentDetails
The contentDetails
object contains additional information about the group, such as the number and type of
items that it contains.
Declaration
[JsonProperty("contentDetails")]
public virtual GroupContentDetails ContentDetails { get; set; }
Property Value
Type | Description |
---|---|
GroupContentDetails |
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 |
Id
The ID that YouTube uses to uniquely identify the group.
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#group
.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
Snippet
The snippet
object contains basic information about the group, including its creation date and name.
Declaration
[JsonProperty("snippet")]
public virtual GroupSnippet Snippet { get; set; }
Property Value
Type | Description |
---|---|
GroupSnippet |