Class CommentThreadReplies
Comments written in (direct or indirect) reply to the top level comment.
Inheritance
System.Object
CommentThreadReplies
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.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class CommentThreadReplies : IDirectResponseSchema
Properties
Comments
A limited number of replies. Unless the number of replies returned equals total_reply_count in the snippet the returned replies are only a subset of the total number of replies.
Declaration
[JsonProperty("comments")]
public virtual IList<Comment> Comments { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<Comment> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |