Class GoogleChromeManagementV1CountActiveDevicesResponse
Response containing the number of active devices.
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementV1CountActiveDevicesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SevenDaysCount
Number of active devices in the 7 days leading up to the date specified in the request.
Declaration
[JsonProperty("sevenDaysCount")]
public virtual long? SevenDaysCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ThirtyDaysCount
Number of active devices in the 30 days leading up to the date specified in the request.
Declaration
[JsonProperty("thirtyDaysCount")]
public virtual long? ThirtyDaysCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |