Show / Hide Table of Contents

Class GoogleChromeManagementV1CountChromeBrowsersNeedingAttentionResponse

Response containing counts for browsers that need attention.

Inheritance
object
GoogleChromeManagementV1CountChromeBrowsersNeedingAttentionResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX