GoogleChromeManagementV1CountChromeDevicesThatNeedAttentionResponse constructor

GoogleChromeManagementV1CountChromeDevicesThatNeedAttentionResponse({
  1. String? noRecentPolicySyncCount,
  2. String? noRecentUserActivityCount,
  3. String? osVersionNotCompliantCount,
  4. String? pendingUpdate,
  5. String? unsupportedPolicyCount,
})

Implementation

GoogleChromeManagementV1CountChromeDevicesThatNeedAttentionResponse({
  this.noRecentPolicySyncCount,
  this.noRecentUserActivityCount,
  this.osVersionNotCompliantCount,
  this.pendingUpdate,
  this.unsupportedPolicyCount,
});