Class Blog.PostsData
The container of posts in this blog.
Inherited Members
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? |