Struct google_blogger3::BlogPages [] [src]

pub struct BlogPages {
    pub total_items: Option<i32>,
    pub self_link: Option<String>,
}

The container of pages in this blog.

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

Fields

The count of pages in this blog.

The URL of the container for pages in this blog.

Trait Implementations

impl Default for BlogPages
[src]

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

impl Clone for BlogPages
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BlogPages
[src]

Formats the value using the given formatter.

impl NestedType for BlogPages
[src]

impl Part for BlogPages
[src]