Class CountChromeOsDevicesResponse
A response for counting ChromeOS devices.
Implements
Inherited Members
Namespace: Google.Apis.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class CountChromeOsDevicesResponse : IDirectResponseSchema
Properties
Count
The total number of devices matching the request.
Declaration
[JsonProperty("count")]
public virtual long? Count { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |