Struct google_admin1_directory::ChromeOsDeviceRecentUsers[][src]

pub struct ChromeOsDeviceRecentUsers {
    pub type_: Option<String>,
    pub email: Option<String>,
}

List of recent device users, in descending order by last login time (Read-only)

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

Fields

The type of the user

Email address of the user. Present only if the user type is managed

Trait Implementations

impl Default for ChromeOsDeviceRecentUsers
[src]

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

impl Clone for ChromeOsDeviceRecentUsers
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ChromeOsDeviceRecentUsers
[src]

Formats the value using the given formatter. Read more

impl NestedType for ChromeOsDeviceRecentUsers
[src]

impl Part for ChromeOsDeviceRecentUsers
[src]

Auto Trait Implementations