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

Request for adding new printers in batch.

Attributes

  • requests (type: list(GoogleApi.Admin.Directory_v1.Model.CreatePrinterRequest.t), default: nil) - A list of Printers to be created. Max 50 at a time.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Directory_v1.Model.BatchCreatePrintersRequest{
  requests: [GoogleApi.Admin.Directory_v1.Model.CreatePrinterRequest.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.