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

Request for deleting existing printers in batch.

Attributes

  • printerIds (type: list(String.t), default: nil) - A list of Printer.id that should be deleted. Max 100 at a time.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.