Struct google_urlshortener1::AnalyticsSummary[][src]

pub struct AnalyticsSummary {
    pub week: Option<AnalyticsSnapshot>,
    pub all_time: Option<AnalyticsSnapshot>,
    pub two_hours: Option<AnalyticsSnapshot>,
    pub day: Option<AnalyticsSnapshot>,
    pub month: Option<AnalyticsSnapshot>,
}

There is no detailed description.

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

Fields

Click analytics over the last week.

Click analytics over all time.

Click analytics over the last two hours.

Click analytics over the last day.

Click analytics over the last month.

Trait Implementations

impl Default for AnalyticsSummary
[src]

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

impl Clone for AnalyticsSummary
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AnalyticsSummary
[src]

Formats the value using the given formatter. Read more

impl Part for AnalyticsSummary
[src]

Auto Trait Implementations