Struct google_admin1_directory::UserName
[−]
[src]
pub struct UserName {
pub full_name: Option<String>,
pub given_name: Option<String>,
pub family_name: Option<String>,
}JSON template for name of a user in Directory API.
This type is not used in any activity, and only used as part of another schema.
Fields
full_name: Option<String>
Full Name
given_name: Option<String>
First Name
family_name: Option<String>
Last Name
Trait Implementations
impl Debug for UserName[src]
impl Clone for UserName[src]
fn clone(&self) -> UserName
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more