Struct google_analyticsreporting4::Segment[][src]

pub struct Segment {
    pub dynamic_segment: Option<DynamicSegment>,
    pub segment_id: Option<String>,
}

The segment definition, if the report needs to be segmented. A Segment is a subset of the Analytics data. For example, of the entire set of users, one Segment might be users from a particular country or city.

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

Fields

A dynamic segment definition in the request.

The segment ID of a built-in or custom segment, for example gaid::-3.

Trait Implementations

impl Default for Segment
[src]

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

impl Clone for Segment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Segment
[src]

Formats the value using the given formatter. Read more

impl Part for Segment
[src]

Auto Trait Implementations

impl Send for Segment

impl Sync for Segment