Struct google_blogger3::PageBlog [] [src]

pub struct PageBlog {
    pub id: Option<String>,
}

Data about the blog containing this Page.

This type is not used in any activity, and only used as part of another schema.

Fields

The identifier of the blog containing this page.

Trait Implementations

impl Debug for PageBlog
[src]

Formats the value using the given formatter.

impl Clone for PageBlog
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for PageBlog
[src]

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

impl NestedType for PageBlog
[src]

impl Part for PageBlog
[src]