Struct google_classroom1::UserProfile [] [src]

pub struct UserProfile {
    pub photo_url: Option<String>,
    pub email_address: Option<String>,
    pub id: Option<String>,
    pub name: Option<Name>,
    pub permissions: Option<Vec<GlobalPermission>>,
}

Global information for a user.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

URL of user's profile photo.

Read-only.

Email address of the user.

Read-only.

Identifier of the user.

Read-only.

Name of the user.

Read-only.

Global permissions of the user.

Read-only.

Trait Implementations

impl Default for UserProfile
[src]

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

impl Clone for UserProfile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UserProfile
[src]

Formats the value using the given formatter.

impl Resource for UserProfile
[src]

impl ResponseResult for UserProfile
[src]