Struct google_blogger3::PageviewsCounts [] [src]

pub struct PageviewsCounts {
    pub count: Option<String>,
    pub time_range: Option<String>,
}

The container of posts in this blog.

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

Fields

Count of page views for the given time range

Time range the given count applies to

Trait Implementations

impl Default for PageviewsCounts
[src]

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

impl Clone for PageviewsCounts
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PageviewsCounts
[src]

Formats the value using the given formatter.

impl NestedType for PageviewsCounts
[src]

impl Part for PageviewsCounts
[src]