Class GoogleChromeManagementV1CountChromeBrowsersNeedingAttentionResponse
Response containing counts for browsers that need attention.
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementV1CountChromeBrowsersNeedingAttentionResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NoRecentActivityCount
Number of browsers that haven’t had any recent activity
Declaration
[JsonProperty("noRecentActivityCount")]
public virtual long? NoRecentActivityCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
PendingBrowserUpdateCount
Number of browsers that are pending an OS update
Declaration
[JsonProperty("pendingBrowserUpdateCount")]
public virtual long? PendingBrowserUpdateCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
RecentlyEnrolledCount
Number of browsers that have been recently enrolled
Declaration
[JsonProperty("recentlyEnrolledCount")]
public virtual long? RecentlyEnrolledCount { get; set; }
Property Value
Type | Description |
---|---|
long? |