GoogleAppsCloudidentityDevicesV1BrowserInfo constructor

GoogleAppsCloudidentityDevicesV1BrowserInfo({
  1. String? browserManagementState,
  2. String? browserVersion,
  3. bool? isBuiltInDnsClientEnabled,
  4. bool? isBulkDataEntryAnalysisEnabled,
  5. bool? isChromeCleanupEnabled,
  6. bool? isChromeRemoteDesktopAppBlocked,
  7. bool? isFileDownloadAnalysisEnabled,
  8. bool? isFileUploadAnalysisEnabled,
  9. bool? isRealtimeUrlCheckEnabled,
  10. bool? isSecurityEventAnalysisEnabled,
  11. bool? isSiteIsolationEnabled,
  12. bool? isThirdPartyBlockingEnabled,
  13. String? passwordProtectionWarningTrigger,
  14. String? safeBrowsingProtectionLevel,
})

Implementation

GoogleAppsCloudidentityDevicesV1BrowserInfo({
  this.browserManagementState,
  this.browserVersion,
  this.isBuiltInDnsClientEnabled,
  this.isBulkDataEntryAnalysisEnabled,
  this.isChromeCleanupEnabled,
  this.isChromeRemoteDesktopAppBlocked,
  this.isFileDownloadAnalysisEnabled,
  this.isFileUploadAnalysisEnabled,
  this.isRealtimeUrlCheckEnabled,
  this.isSecurityEventAnalysisEnabled,
  this.isSiteIsolationEnabled,
  this.isThirdPartyBlockingEnabled,
  this.passwordProtectionWarningTrigger,
  this.safeBrowsingProtectionLevel,
});