Class Post.RepliesData
The container of comments on this Post.
Inherited Members
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? |