GoogleChromeManagementV1InstalledApp constructor

GoogleChromeManagementV1InstalledApp({
  1. String? appId,
  2. String? appInstallType,
  3. String? appSource,
  4. String? appType,
  5. String? browserDeviceCount,
  6. String? description,
  7. bool? disabled,
  8. String? displayName,
  9. String? homepageUri,
  10. String? osUserCount,
  11. List<String>? permissions,
})

Implementation

GoogleChromeManagementV1InstalledApp({
  this.appId,
  this.appInstallType,
  this.appSource,
  this.appType,
  this.browserDeviceCount,
  this.description,
  this.disabled,
  this.displayName,
  this.homepageUri,
  this.osUserCount,
  this.permissions,
});