Struct google_analyticsreporting4::SimpleSegment[][src]

pub struct SimpleSegment {
    pub or_filters_for_segment: Option<Vec<OrFiltersForSegment>>,
}

A Simple segment conditions consist of one or more dimension/metric conditions that can be combined.

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

Fields

A list of segment filters groups which are combined with logical AND operator.

Trait Implementations

impl Default for SimpleSegment
[src]

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

impl Clone for SimpleSegment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SimpleSegment
[src]

Formats the value using the given formatter. Read more

impl Part for SimpleSegment
[src]

Auto Trait Implementations