Class ChromeOsDevice.RecentUsersData
- 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
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
Type
The type of the user.
public virtual string Type { get; set; }