Struct google_analytics3::UserRef [] [src]

pub struct UserRef {
    pub kind: Option<String>,
    pub email: Option<String>,
    pub id: Option<String>,
}

JSON template for a user reference.

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

Fields

no description provided

Email ID of this user.

User ID.

Trait Implementations

impl Debug for UserRef
[src]

Formats the value using the given formatter.

impl Clone for UserRef
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for UserRef
[src]

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

impl Part for UserRef
[src]