Class Page
Implements
Inherited Members
Namespace: Google.Apis.Blogger.v3.Data
Assembly: Google.Apis.Blogger.v3.dll
Syntax
public class Page : IDirectResponseSchema
Properties
Author
The author of this Page.
Declaration
[JsonProperty("author")]
public virtual Page.AuthorData Author { get; set; }
Property Value
Type | Description |
---|---|
Page.AuthorData |
Blog
Data about the blog containing this Page.
Declaration
[JsonProperty("blog")]
public virtual Page.BlogData Blog { get; set; }
Property Value
Type | Description |
---|---|
Page.BlogData |
Content
The body content of this Page, in HTML.
Declaration
[JsonProperty("content")]
public virtual string Content { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
Etag of the resource.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
The identifier for this resource.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
The kind of this entity. Always blogger#page.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
Published
RFC 3339 date-time when this Page was published.
Declaration
[JsonProperty("published")]
public virtual string Published { get; set; }
Property Value
Type | Description |
---|---|
string |
SelfLink
The API REST URL to fetch this resource from.
Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
The status of the page for admin resources (either LIVE or DRAFT).
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
The title of this entity. This is the name displayed in the Admin user interface.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |
Trashed
RFC 3339 date-time when this Page was trashed.
Declaration
[JsonProperty("trashed")]
public virtual string Trashed { get; set; }
Property Value
Type | Description |
---|---|
string |
Updated
RFC 3339 date-time when this Page was last updated.
Declaration
[JsonProperty("updated")]
public virtual string Updated { get; set; }
Property Value
Type | Description |
---|---|
string |
Url
The URL that this Page is displayed at.
Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type | Description |
---|---|
string |