GoogleChromeManagementV1CountChromeBrowsersNeedingAttentionResponse constructor

GoogleChromeManagementV1CountChromeBrowsersNeedingAttentionResponse({
  1. String? noRecentActivityCount,
  2. String? pendingBrowserUpdateCount,
  3. String? recentlyEnrolledCount,
})

Implementation

GoogleChromeManagementV1CountChromeBrowsersNeedingAttentionResponse({
  this.noRecentActivityCount,
  this.pendingBrowserUpdateCount,
  this.recentlyEnrolledCount,
});