Struct google_analytics3::GoalVisitTimeOnSiteDetails[][src]

pub struct GoalVisitTimeOnSiteDetails {
    pub comparison_type: Option<String>,
    pub comparison_value: Option<String>,
}

Details for the goal of the type VISIT_TIME_ON_SITE.

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

Fields

Type of comparison. Possible values are LESS_THAN or GREATER_THAN.

Value used for this comparison.

Trait Implementations

impl Default for GoalVisitTimeOnSiteDetails
[src]

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

impl Clone for GoalVisitTimeOnSiteDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GoalVisitTimeOnSiteDetails
[src]

Formats the value using the given formatter. Read more

impl NestedType for GoalVisitTimeOnSiteDetails
[src]

impl Part for GoalVisitTimeOnSiteDetails
[src]

Auto Trait Implementations