Struct google_analyticsreporting4::OrFiltersForSegment[][src]

pub struct OrFiltersForSegment {
    pub segment_filter_clauses: Option<Vec<SegmentFilterClause>>,
}

A list of segment filters in the OR group are combined with the logical OR operator.

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

Fields

List of segment filters to be combined with a OR operator.

Trait Implementations

impl Default for OrFiltersForSegment
[src]

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

impl Clone for OrFiltersForSegment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OrFiltersForSegment
[src]

Formats the value using the given formatter. Read more

impl Part for OrFiltersForSegment
[src]

Auto Trait Implementations