GoogleChromeManagementVersionsV1ChromeBrowserProfile constructor

GoogleChromeManagementVersionsV1ChromeBrowserProfile({
  1. String? affiliationState,
  2. String? annotatedLocation,
  3. String? annotatedUser,
  4. GoogleChromeManagementVersionsV1AttestationCredential? attestationCredential,
  5. String? browserChannel,
  6. String? browserVersion,
  7. GoogleChromeManagementVersionsV1DeviceInfo? deviceInfo,
  8. String? displayName,
  9. String? etag,
  10. String? extensionCount,
  11. String? firstEnrollmentTime,
  12. String? identityProvider,
  13. String? lastActivityTime,
  14. String? lastPolicyFetchTime,
  15. String? lastPolicySyncTime,
  16. String? lastStatusReportTime,
  17. String? name,
  18. String? osPlatformType,
  19. String? osPlatformVersion,
  20. String? osVersion,
  21. String? policyCount,
  22. String? profileId,
  23. String? profilePermanentId,
  24. GoogleChromeManagementVersionsV1ReportingData? reportingData,
  25. String? userEmail,
  26. String? userId,
})

Implementation

GoogleChromeManagementVersionsV1ChromeBrowserProfile({
  this.affiliationState,
  this.annotatedLocation,
  this.annotatedUser,
  this.attestationCredential,
  this.browserChannel,
  this.browserVersion,
  this.deviceInfo,
  this.displayName,
  this.etag,
  this.extensionCount,
  this.firstEnrollmentTime,
  this.identityProvider,
  this.lastActivityTime,
  this.lastPolicyFetchTime,
  this.lastPolicySyncTime,
  this.lastStatusReportTime,
  this.name,
  this.osPlatformType,
  this.osPlatformVersion,
  this.osVersion,
  this.policyCount,
  this.profileId,
  this.profilePermanentId,
  this.reportingData,
  this.userEmail,
  this.userId,
});