Struct google_partners2::TrafficSource[][src]

pub struct TrafficSource {
    pub traffic_sub_id: Option<String>,
    pub traffic_source_id: Option<String>,
}

Source of traffic for the current request.

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

Fields

Second level identifier to indicate where the traffic comes from. An identifier has multiple letters created by a team which redirected the traffic to us.

Identifier to indicate where the traffic comes from. An identifier has multiple letters created by a team which redirected the traffic to us.

Trait Implementations

impl Default for TrafficSource
[src]

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

impl Clone for TrafficSource
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TrafficSource
[src]

Formats the value using the given formatter. Read more

impl Part for TrafficSource
[src]

Auto Trait Implementations