Show / Hide Table of Contents

Class Post.RepliesData

The container of comments on this Post.

Inheritance
object
Post.RepliesData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Blogger.v2.Data
Assembly: Google.Apis.Blogger.v2.dll
Syntax
public class Post.RepliesData

Properties

Items

The List of Comments for this Post.

Declaration
[JsonProperty("items")]
public virtual IList<Comment> Items { get; set; }
Property Value
Type Description
IList<Comment>

SelfLink

The URL of the comments on this post.

Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
Type Description
string

TotalItems

The count of comments on this post.

Declaration
[JsonProperty("totalItems")]
public virtual long? TotalItems { get; set; }
Property Value
Type Description
long?
In this article
Back to top Generated by DocFX