Class GroupSnippet
A group snippet.
Inheritance
System.Object
GroupSnippet
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 GroupSnippet : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PublishedAt
The date and time that the group was created. The value is specified in ISO 8601 (YYYY-MM- DDThh:mm:ss.sZ) format.
Declaration
[JsonProperty("publishedAt")]
public virtual object PublishedAt { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object |
Title
The group name. The value must be a non-empty string.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |