Struct google_analytics3::GoalEventDetails [] [src]

pub struct GoalEventDetails {
    pub event_conditions: Option<Vec<GoalEventDetailsEventConditions>>,
    pub use_event_value: Option<bool>,
}

Details for the goal of the type EVENT.

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

Fields

List of event conditions.

Determines if the event value should be used as the value for this goal.

Trait Implementations

impl Debug for GoalEventDetails
[src]

Formats the value using the given formatter.

impl Clone for GoalEventDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for GoalEventDetails
[src]

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

impl NestedType for GoalEventDetails
[src]

impl Part for GoalEventDetails
[src]