Struct google_blogger3::Blog [] [src]

pub struct Blog {
    pub status: Option<String>,
    pub kind: Option<String>,
    pub description: Option<String>,
    pub locale: Option<BlogLocale>,
    pub custom_meta_data: Option<String>,
    pub posts: Option<BlogPosts>,
    pub updated: Option<String>,
    pub id: Option<String>,
    pub url: Option<String>,
    pub published: Option<String>,
    pub pages: Option<BlogPages>,
    pub self_link: Option<String>,
    pub name: 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 blog.

The kind of this entry. Always blogger#blog

The description of this blog. This is displayed underneath the title.

The locale this Blog is set to.

The JSON custom meta-data for the Blog

The container of posts in this blog.

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

The identifier for this resource.

The URL where this blog is published.

RFC 3339 date-time when this blog was published.

The container of pages in this blog.

The API REST URL to fetch this resource from.

The name of this blog. This is displayed as the title.

Trait Implementations

impl Default for Blog
[src]

[src]

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

impl Clone for Blog
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Blog
[src]

[src]

Formats the value using the given formatter.

impl Resource for Blog
[src]

impl ResponseResult for Blog
[src]