Class GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse
Response containing a list of devices expiring in each month of a selected time frame. Counts are grouped by model and Auto Update Expiration date.
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse : IDirectResponseSchema
Properties
DeviceAueCountReports
The list of reports sorted by auto update expiration date in ascending order.
Declaration
[JsonProperty("deviceAueCountReports")]
public virtual IList<GoogleChromeManagementV1DeviceAueCountReport> DeviceAueCountReports { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleChromeManagementV1DeviceAueCountReport> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |