Show / Hide Table of Contents

Class Group

A group.

Inheritance
System.Object
Group
Implements
IDirectResponseSchema
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 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

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

Id

The ID that YouTube uses to uniquely identify the group.

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#group.

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
System.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

Implements

IDirectResponseSchema
Back to top