GoogleChromeManagementV1CountInstalledAppsResponse constructor

GoogleChromeManagementV1CountInstalledAppsResponse({
  1. List<GoogleChromeManagementV1InstalledApp>? installedApps,
  2. String? nextPageToken,
  3. int? totalSize,
})

Implementation

GoogleChromeManagementV1CountInstalledAppsResponse({
  this.installedApps,
  this.nextPageToken,
  this.totalSize,
});