GoogleChromeManagementV1EnumeratePrintJobsResponse constructor

GoogleChromeManagementV1EnumeratePrintJobsResponse({
  1. String? nextPageToken,
  2. List<GoogleChromeManagementV1PrintJob>? printJobs,
  3. String? totalSize,
})

Implementation

GoogleChromeManagementV1EnumeratePrintJobsResponse({
  this.nextPageToken,
  this.printJobs,
  this.totalSize,
});