View Source GoogleApi.Admin.Directory_v1.Model.ListPrintersResponse (google_api_admin v0.40.0)

Response for listing printers.

Attributes

  • nextPageToken (type: String.t, default: nil) - A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
  • printers (type: list(GoogleApi.Admin.Directory_v1.Model.Printer.t), default: nil) - List of printers. If org_unit_id was given in the request, then only printers visible for this OU will be returned. If org_unit_id was not given in the request, then all printers will be returned.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Directory_v1.Model.ListPrintersResponse{
  nextPageToken: String.t() | nil,
  printers: [GoogleApi.Admin.Directory_v1.Model.Printer.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.