GoogleChromeManagementV1TelemetryAppInstallEvent constructor

GoogleChromeManagementV1TelemetryAppInstallEvent({
  1. String? appId,
  2. String? appInstallReason,
  3. String? appInstallSource,
  4. String? appInstallTime,
  5. String? appType,
})

Implementation

GoogleChromeManagementV1TelemetryAppInstallEvent({
  this.appId,
  this.appInstallReason,
  this.appInstallSource,
  this.appInstallTime,
  this.appType,
});