Table of Contents

Class ChromeOsDevices

Namespace
Google.Apis.Admin.Directory.directory_v1.Data
Assembly
Google.Apis.Admin.Directory.directory_v1.dll
public class ChromeOsDevices : IDirectResponseSchema
Inheritance
ChromeOsDevices
Implements
IDirectResponseSchema
Inherited Members

Constructors

ChromeOsDevices()

public ChromeOsDevices()

Properties

Chromeosdevices

List of Chrome OS Device objects.

public virtual IList<ChromeOsDevice> Chromeosdevices { get; set; }

Property Value

IList<ChromeOsDevice>

ETag

ETag of the resource.

public virtual string ETag { get; set; }

Property Value

string

Kind

Kind of resource this is.

public virtual string Kind { get; set; }

Property Value

string

NextPageToken

Token used to access the next page of this result. To access the next page, use this token's value in the pageToken query string of this request.

public virtual string NextPageToken { get; set; }

Property Value

string