Struct google_partners2::UserOverrides [] [src]

pub struct UserOverrides {
    pub ip_address: Option<String>,
    pub user_id: Option<String>,
}

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

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

Fields

IP address to use instead of the user's geo-located IP address.

Logged-in user ID to impersonate instead of the user's ID.

Trait Implementations

impl Debug for UserOverrides
[src]

Formats the value using the given formatter.

impl Clone for UserOverrides
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for UserOverrides
[src]

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

impl Part for UserOverrides
[src]