Struct google_partners2::AnalyticsSummary[][src]

pub struct AnalyticsSummary {
    pub profile_views_count: Option<i32>,
    pub search_views_count: Option<i32>,
    pub contacts_count: Option<i32>,
}

Analytics aggregated data for a Company for a given date range.

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

Fields

Aggregated number of profile views for the Company for given date range.

Aggregated number of times users saw the Company in Google Partners Search results for given date range.

Aggregated number of times users contacted the Company for given date range.

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