Table of Contents

Class ChromeOsDevice.RecentUsersData

Namespace
Google.Apis.Admin.Directory.directory_v1.Data
Assembly
Google.Apis.Admin.Directory.directory_v1.dll

List of recent device users, in descending order, by last login time.

public class ChromeOsDevice.RecentUsersData
Inheritance
ChromeOsDevice.RecentUsersData
Inherited Members

Constructors

RecentUsersData()

public RecentUsersData()

Properties

Email

The user's email address. This is only present if the user type is USER_TYPE_MANAGED.

public virtual string Email { get; set; }

Property Value

string

Type

The type of the user.

public virtual string Type { get; set; }

Property Value

string