GoogleApi.Admin.Directory_v1.Model.BatchCreatePrintersResponse (google_api_admin v0.34.1) View Source
Response for adding new printers in batch.
Attributes
-
failures(type:list(GoogleApi.Admin.Directory_v1.Model.FailureInfo.t), default:nil) - A list of create failures. Printer IDs are not populated, as printer were not created. -
printers(type:list(GoogleApi.Admin.Directory_v1.Model.Printer.t), default:nil) - A list of successfully created printers with their IDs populated.
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.BatchCreatePrintersResponse{
failures: [GoogleApi.Admin.Directory_v1.Model.FailureInfo.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.