Struct google_analytics3::Segment [] [src]

pub struct Segment {
    pub definition: Option<String>,
    pub kind: Option<String>,
    pub segment_id: Option<String>,
    pub created: Option<String>,
    pub updated: Option<String>,
    pub type_: Option<String>,
    pub id: Option<String>,
    pub self_link: Option<String>,
    pub name: Option<String>,
}

JSON template for an Analytics segment.

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

Fields

Segment definition.

Resource type for Analytics segment.

Segment ID. Can be used with the 'segment' parameter in Core Reporting API.

Time the segment was created.

Time the segment was last modified.

Type for a segment. Possible values are "BUILT_IN" or "CUSTOM".

Segment ID.

Link for this segment.

Segment name.

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.

impl Part for Segment
[src]