Show / Hide Table of Contents

Class Blog.PostsData

The container of posts in this blog.

Inheritance
object
Blog.PostsData
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 Blog.PostsData

Properties

Items

The List of Posts for this Blog.

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

SelfLink

The URL of the container for posts in this blog.

Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
Type Description
string

TotalItems

The count of posts in this blog.

Declaration
[JsonProperty("totalItems")]
public virtual int? TotalItems { get; set; }
Property Value
Type Description
int?
In this article
Back to top Generated by DocFX