Struct google_blogger3::Post [] [src]

pub struct Post {
    pub status: Option<String>,
    pub updated: Option<String>,
    pub reader_comments: Option<String>,
    pub labels: Option<Vec<String>>,
    pub replies: Option<PostReplies>,
    pub images: Option<Vec<PostImages>>,
    pub id: Option<String>,
    pub blog: Option<PostBlog>,
    pub kind: Option<String>,
    pub title_link: Option<String>,
    pub author: Option<PostAuthor>,
    pub url: Option<String>,
    pub title: Option<String>,
    pub custom_meta_data: Option<String>,
    pub content: Option<String>,
    pub etag: Option<String>,
    pub location: Option<PostLocation>,
    pub published: 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

Status of the post. Only set for admin-level requests

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

Comment control and display setting for readers of this post.

The list of labels this Post was tagged with.

The container of comments on this Post.

Display image for the Post.

The identifier of this Post.

Data about the blog containing this Post.

The kind of this entity. Always blogger#post

The title link URL, similar to atom's related link.

The author of this Post.

The URL where this Post is displayed.

The title of the Post.

The JSON meta-data for the Post.

The content of the Post. May contain HTML markup.

Etag of the resource.

The location for geotagged posts.

RFC 3339 date-time when this Post was published.

The API REST URL to fetch this resource from.

Trait Implementations

impl Default for Post
[src]

[src]

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

impl Clone for Post
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Post
[src]

[src]

Formats the value using the given formatter.

impl RequestValue for Post
[src]

impl Resource for Post
[src]

impl ResponseResult for Post
[src]