GoogleChromeManagementVersionsV1ListChromeBrowserProfilesResponse constructor

GoogleChromeManagementVersionsV1ListChromeBrowserProfilesResponse({
  1. List<GoogleChromeManagementVersionsV1ChromeBrowserProfile>? chromeBrowserProfiles,
  2. String? nextPageToken,
  3. String? totalSize,
})

Implementation

GoogleChromeManagementVersionsV1ListChromeBrowserProfilesResponse({
  this.chromeBrowserProfiles,
  this.nextPageToken,
  this.totalSize,
});