GoogleChromeManagementV1CountPrintJobsByUserResponse constructor
GoogleChromeManagementV1CountPrintJobsByUserResponse({
- String? nextPageToken,
- String? totalSize,
- List<
GoogleChromeManagementV1UserPrintReport> ? userPrintReports,
Implementation
GoogleChromeManagementV1CountPrintJobsByUserResponse({
this.nextPageToken,
this.totalSize,
this.userPrintReports,
});