Struct google_analyticsreporting4::SegmentSequenceStep[][src]

pub struct SegmentSequenceStep {
    pub match_type: Option<String>,
    pub or_filters_for_segment: Option<Vec<OrFiltersForSegment>>,
}

A segment sequence definition.

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

Fields

Specifies if the step immediately precedes or can be any time before the next step.

A sequence is specified with a list of Or grouped filters which are combined with AND operator.

Trait Implementations

impl Default for SegmentSequenceStep
[src]

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

impl Clone for SegmentSequenceStep
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SegmentSequenceStep
[src]

Formats the value using the given formatter. Read more

impl Part for SegmentSequenceStep
[src]

Auto Trait Implementations