Struct google_partners2::RequestMetadata [] [src]

pub struct RequestMetadata {
    pub locale: Option<String>,
    pub partners_session_id: Option<String>,
    pub experiment_ids: Option<Vec<String>>,
    pub user_overrides: Option<UserOverrides>,
    pub traffic_source: Option<TrafficSource>,
}

Common data that is in each API request.

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

Fields

Locale to use for the current request.

Google Partners session ID.

Experiment IDs the current request belongs to.

Values to use instead of the user's respective defaults for the current request. These are only honored by whitelisted products.

Source of traffic for the current request.

Trait Implementations

impl Debug for RequestMetadata
[src]

Formats the value using the given formatter.

impl Clone for RequestMetadata
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for RequestMetadata
[src]

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

impl Part for RequestMetadata
[src]