Struct google_analyticsreporting4::SegmentDefinition[][src]

pub struct SegmentDefinition {
    pub segment_filters: Option<Vec<SegmentFilter>>,
}

SegmentDefinition defines the segment to be a set of SegmentFilters which are combined together with a logical AND operation.

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

Fields

A segment is defined by a set of segment filters which are combined together with a logical AND operation.

Trait Implementations

impl Default for SegmentDefinition
[src]

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

impl Clone for SegmentDefinition
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SegmentDefinition
[src]

Formats the value using the given formatter. Read more

impl Part for SegmentDefinition
[src]

Auto Trait Implementations