GoogleChromeManagementV1CountPrintJobsByUserResponse constructor

GoogleChromeManagementV1CountPrintJobsByUserResponse({
  1. String? nextPageToken,
  2. String? totalSize,
  3. List<GoogleChromeManagementV1UserPrintReport>? userPrintReports,
})

Implementation

GoogleChromeManagementV1CountPrintJobsByUserResponse({
  this.nextPageToken,
  this.totalSize,
  this.userPrintReports,
});