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
kind: Option<String>
no description provided
email: Option<String>
Email ID of this user.
id: Option<String>
User ID.
Trait Implementations
impl Default for UserRef[src]
impl Clone for UserRef[src]
fn clone(&self) -> UserRef[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more