GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse constructor
GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse({
- List<
GoogleChromeManagementVersionsV1ChromeBrowserProfileCommand> ? chromeBrowserProfileCommands, - String? nextPageToken,
- String? totalSize,
Implementation
GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse({
this.chromeBrowserProfileCommands,
this.nextPageToken,
this.totalSize,
});