Show / Hide Table of Contents

Class PostList

Inheritance
object
PostList
Implements
IDirectResponseSchema
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 PostList : 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 Posts for this Blog.

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

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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX