GoogleChromeManagementV1AppUsageData constructor

GoogleChromeManagementV1AppUsageData({
  1. String? appId,
  2. String? appInstanceId,
  3. String? appType,
  4. String? runningDuration,
})

Implementation

GoogleChromeManagementV1AppUsageData({
  this.appId,
  this.appInstanceId,
  this.appType,
  this.runningDuration,
});