GoogleChromeManagementV1FindInstalledAppProfilesResponse constructor
GoogleChromeManagementV1FindInstalledAppProfilesResponse({
- String? nextPageToken,
- List<
GoogleChromeManagementV1ProfileAppInstallInstance> ? profiles, - int? totalSize,
Implementation
GoogleChromeManagementV1FindInstalledAppProfilesResponse({
this.nextPageToken,
this.profiles,
this.totalSize,
});