GoogleChromeManagementV1EnumeratePrintJobsResponse constructor
GoogleChromeManagementV1EnumeratePrintJobsResponse({
- String? nextPageToken,
- List<
GoogleChromeManagementV1PrintJob> ? printJobs, - String? totalSize,
Implementation
GoogleChromeManagementV1EnumeratePrintJobsResponse({
this.nextPageToken,
this.printJobs,
this.totalSize,
});