GoogleApi.Admin.Directory_v1.Model.ListPrintersResponse (google_api_admin v0.34.1) View Source
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 given in the request, then all printers will be returned.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Admin.Directory_v1.Model.ListPrintersResponse{
nextPageToken: String.t() | nil,
printers: [GoogleApi.Admin.Directory_v1.Model.Printer.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.