Class CommentThreadReplies
Comments written in (direct or indirect) reply to the top level comment.
Implements
Inherited Members
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 |
---|---|
IList<Comment> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |