GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse constructor

GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse({
  1. List<GoogleChromeManagementVersionsV1ChromeBrowserProfileCommand>? chromeBrowserProfileCommands,
  2. String? nextPageToken,
  3. String? totalSize,
})

Implementation

GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse({
  this.chromeBrowserProfileCommands,
  this.nextPageToken,
  this.totalSize,
});