Struct google_analytics3::GoalVisitNumPagesDetails[][src]

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

Details for the goal of the type VISIT_NUM_PAGES.

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, GREATER_THAN, or EQUAL.

Value used for this comparison.

Trait Implementations

impl Default for GoalVisitNumPagesDetails
[src]

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

impl Clone for GoalVisitNumPagesDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GoalVisitNumPagesDetails
[src]

Formats the value using the given formatter. Read more

impl NestedType for GoalVisitNumPagesDetails
[src]

impl Part for GoalVisitNumPagesDetails
[src]

Auto Trait Implementations