GoogleChromeManagementV1TelemetryAppUninstallEvent constructor

GoogleChromeManagementV1TelemetryAppUninstallEvent({
  1. String? appId,
  2. String? appType,
  3. String? appUninstallSource,
})

Implementation

GoogleChromeManagementV1TelemetryAppUninstallEvent({
  this.appId,
  this.appType,
  this.appUninstallSource,
});