GoogleChromeManagementV1CountChromeProfileVersionsResponse constructor

GoogleChromeManagementV1CountChromeProfileVersionsResponse({
  1. String? nextPageToken,
  2. List<GoogleChromeManagementV1BrowserVersion>? profileBrowserVersions,
  3. int? totalSize,
})

Implementation

GoogleChromeManagementV1CountChromeProfileVersionsResponse({
  this.nextPageToken,
  this.profileBrowserVersions,
  this.totalSize,
});