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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Directory_v1.Model.BatchDeletePrintersResponse{
  failedPrinters: [GoogleApi.Admin.Directory_v1.Model.FailureInfo.t()] | nil,
  printerIds: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.