Table of Contents

Class ChromeOsDevices

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

JSON response template for List Chrome OS Devices operation in Directory API.

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 next page of this result.

public virtual string NextPageToken { get; set; }

Property Value

string