Class Post.RepliesData
The container of comments on this Post.
Inheritance
System.Object
Post.RepliesData
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.Blogger.v3.Data
Assembly: Google.Apis.Blogger.v3.dll
Syntax
public class RepliesData
Properties
Items
The List of Comments for this Post.
Declaration
[JsonProperty("items")]
public virtual IList<Comment> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<Comment> |
SelfLink
The URL of the comments on this post.
Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
TotalItems
The count of comments on this post.
Declaration
[JsonProperty("totalItems")]
public virtual long? TotalItems { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |