Class PostUserInfosList
Implements
Inherited Members
Namespace: Google.Apis.Blogger.v3.Data
Assembly: Google.Apis.Blogger.v3.dll
Syntax
public class PostUserInfosList : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Items
The list of Posts with User information for the post, for this Blog.
Declaration
[JsonProperty("items")]
public virtual IList<PostUserInfo> Items { get; set; }
Property Value
Type | Description |
---|---|
IList<PostUserInfo> |
Kind
The kind of this entity. Always blogger#postList.
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 |