View Source GoogleApi.Admin.Directory_v1.Model.ListPrinterModelsResponse (google_api_admin v0.43.0)
Response for listing allowed printer models.
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. -
printerModels(type:list(GoogleApi.Admin.Directory_v1.Model.PrinterModel.t), default:nil) - Printer models that are currently allowed to be configured for ChromeOs. Some printers may be added or removed over time.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Admin.Directory_v1.Model.ListPrinterModelsResponse{ nextPageToken: String.t() | nil, printerModels: [GoogleApi.Admin.Directory_v1.Model.PrinterModel.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.