Class Blog.PagesData
The container of pages in this blog.
Inherited Members
Namespace: Google.Apis.Blogger.v2.Data
Assembly: Google.Apis.Blogger.v2.dll
Syntax
public class Blog.PagesData
Properties
SelfLink
The URL of the container for pages in this blog.
Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
Type | Description |
---|---|
string |
TotalItems
The count of pages in this blog.
Declaration
[JsonProperty("totalItems")]
public virtual int? TotalItems { get; set; }
Property Value
Type | Description |
---|---|
int? |