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

First Name

Last Name

Trait Implementations

impl Default for UserName
[src]

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

impl Clone for UserName
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UserName
[src]

Formats the value using the given formatter.

impl Part for UserName
[src]