Show / Hide Table of Contents

Class ChromeOsDevice.RecentUsersData

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

Inheritance
object
ChromeOsDevice.RecentUsersData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class ChromeOsDevice.RecentUsersData

Properties

Email

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
In this article
Back to top Generated by DocFX