Struct google_analyticsreporting4::SequenceSegment[][src]

pub struct SequenceSegment {
    pub first_step_should_match_first_hit: Option<bool>,
    pub segment_sequence_steps: Option<Vec<SegmentSequenceStep>>,
}

Sequence conditions consist of one or more steps, where each step is defined by one or more dimension/metric conditions. Multiple steps can be combined with special sequence operators.

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

Fields

If set, first step condition must match the first hit of the visitor (in the date range).

The list of steps in the sequence.

Trait Implementations

impl Default for SequenceSegment
[src]

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

impl Clone for SequenceSegment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SequenceSegment
[src]

Formats the value using the given formatter. Read more

impl Part for SequenceSegment
[src]

Auto Trait Implementations