View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1EnumeratePrintJobsResponse (google_api_chrome_management v0.9.0)

Response containing a list of print jobs.

Attributes

  • nextPageToken (type: String.t, default: nil) - A token, which can be used in a subsequent request to retrieve the next page. If this field is omitted, there are no subsequent pages.
  • printJobs (type: list(GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1PrintJob.t), default: nil) - List of requested print jobs.
  • totalSize (type: String.t, default: nil) - Total number of print jobs matching request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1EnumeratePrintJobsResponse{
    nextPageToken: String.t() | nil,
    printJobs:
      [GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1PrintJob.t()]
      | nil,
    totalSize: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.