Show / Hide Table of Contents

Class CommentThreadReplies

Comments written in (direct or indirect) reply to the top level comment.

Inheritance
object
CommentThreadReplies
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
IList<Comment>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX