Class ChromeOsDevice.RecentUsersData
A list of recent device users, in descending order, by last login time.
Inherited Members
Namespace: Google.Apis.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class ChromeOsDevice.RecentUsersData
Properties
The user's email address. This is only present if the user type is USER_TYPE_MANAGED
.
Declaration
[JsonProperty("email")]
public virtual string Email { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
The type of the user.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |