Struct google_blogger3::Page [] [src]

pub struct Page {
    pub status: Option<String>,
    pub blog: Option<PageBlog>,
    pub kind: Option<String>,
    pub title: Option<String>,
    pub url: Option<String>,
    pub author: Option<PageAuthor>,
    pub updated: Option<String>,
    pub content: Option<String>,
    pub etag: Option<String>,
    pub published: Option<String>,
    pub id: Option<String>,
    pub self_link: Option<String>,
}

There is no detailed description.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The status of the page for admin resources (either LIVE or DRAFT).

Data about the blog containing this Page.

The kind of this entity. Always blogger#page

The title of this entity. This is the name displayed in the Admin user interface.

The URL that this Page is displayed at.

The author of this Page.

RFC 3339 date-time when this Page was last updated.

The body content of this Page, in HTML.

Etag of the resource.

RFC 3339 date-time when this Page was published.

The identifier for this resource.

The API REST URL to fetch this resource from.

Trait Implementations

impl Debug for Page
[src]

Formats the value using the given formatter.

impl Clone for Page
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Page
[src]

Returns the "default value" for a type. Read more

impl RequestValue for Page
[src]

impl Resource for Page
[src]

impl ResponseResult for Page
[src]