Class ChromeOsDevices
- 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
ETag
ETag of the resource.
public virtual string ETag { get; set; }
Property Value
Kind
Kind of resource this is.
public virtual string Kind { get; set; }
Property Value
NextPageToken
Token used to access next page of this result.
public virtual string NextPageToken { get; set; }