GoogleChromeManagementV1CountInstalledAppsResponse constructor
GoogleChromeManagementV1CountInstalledAppsResponse({
- List<
GoogleChromeManagementV1InstalledApp> ? installedApps, - String? nextPageToken,
- int? totalSize,
Implementation
GoogleChromeManagementV1CountInstalledAppsResponse({
this.installedApps,
this.nextPageToken,
this.totalSize,
});