Class CommentList
Implements
Inherited Members
Namespace: Google.Apis.Blogger.v3.Data
Assembly: Google.Apis.Blogger.v3.dll
Syntax
public class CommentList : IDirectResponseSchema
Properties
ETag
Etag of the response.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Items
The List of Comments for a Post.
Declaration
[JsonProperty("items")]
public virtual IList<Comment> Items { get; set; }
Property Value
Type | Description |
---|---|
IList<Comment> |
Kind
The kind of this entry. Always blogger#commentList.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
Pagination token to fetch the next page, if one exists.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
PrevPageToken
Pagination token to fetch the previous page, if one exists.
Declaration
[JsonProperty("prevPageToken")]
public virtual string PrevPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |