GoogleChromeManagementV1CountChromeDevicesThatNeedAttentionResponse class

Response containing counts for devices that need attention.

Constructors

GoogleChromeManagementV1CountChromeDevicesThatNeedAttentionResponse({String? noRecentPolicySyncCount, String? noRecentUserActivityCount, String? osVersionNotCompliantCount, String? pendingUpdate, String? unsupportedPolicyCount})
GoogleChromeManagementV1CountChromeDevicesThatNeedAttentionResponse.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
noRecentPolicySyncCount String?
Number of ChromeOS devices have not synced policies in the past 28 days.
getter/setter pair
noRecentUserActivityCount String?
Number of ChromeOS devices that have not seen any user activity in the past 28 days.
getter/setter pair
osVersionNotCompliantCount String?
Number of devices whose OS version is not compliant.
getter/setter pair
pendingUpdate String?
Number of devices that are pending an OS update.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unsupportedPolicyCount String?
Number of devices that are unable to apply a policy due to an OS version mismatch.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited