View Source GoogleApi.Admin.Directory_v1.Model.BatchCreatePrintersResponse (google_api_admin v0.40.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type 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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.