GoogleApi.Admin.Directory_v1.Model.BatchDeletePrintersResponse (google_api_admin v0.34.1) View Source
Response for deleting existing printers in batch.
Attributes
-
failedPrinters(type:list(GoogleApi.Admin.Directory_v1.Model.FailureInfo.t), default:nil) - A list of update failures. -
printerIds(type:list(String.t), default:nil) - A list of Printer.id that were successfully deleted.
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.BatchDeletePrintersResponse{
failedPrinters: [GoogleApi.Admin.Directory_v1.Model.FailureInfo.t()] | nil,
printerIds: [String.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.