View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CountPrintJobsByPrinterResponse (google_api_chrome_management v0.4.0)

Response containing a summary printing report for each printer from the specified organizational unit for the requested time interval.

Attributes

  • nextPageToken (type: String.t, default: nil) - Pagination token for requesting the next page.
  • printerReports (type: list(GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1PrinterReport.t), default: nil) - List of PrinterReports matching request.
  • totalSize (type: String.t, default: nil) - Total number of printers matching request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CountPrintJobsByPrinterResponse{
    nextPageToken: String.t() | nil,
    printerReports:
      [
        GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1PrinterReport.t()
      ]
      | nil,
    totalSize: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.