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

Request to add multiple new print servers in a batch.

Attributes

  • requests (type: list(GoogleApi.Admin.Directory_v1.Model.CreatePrintServerRequest.t), default: nil) - Required. A list of PrintServer resources to be created (max 50 per batch).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.