View Source GoogleApi.Admin.Directory_v1.Model.ListPrintersResponse (google_api_admin v0.43.0)
Response for listing printers.
Attributes
-
nextPageToken(type:String.t, default:nil) - A token, which can be sent aspage_tokento 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. Iforg_unit_idwas given in the request, then only printers visible for this OU will be returned. Iforg_unit_idwas 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
Unwrap a decoded JSON object into its complex fields.