GoogleChromeManagementV1CountChromeProfileVersionsResponse constructor
GoogleChromeManagementV1CountChromeProfileVersionsResponse({
- String? nextPageToken,
- List<
GoogleChromeManagementV1BrowserVersion> ? profileBrowserVersions, - int? totalSize,
Implementation
GoogleChromeManagementV1CountChromeProfileVersionsResponse({
this.nextPageToken,
this.profileBrowserVersions,
this.totalSize,
});