View Source GoogleApi.Admin.Directory_v1.Model.BatchCreatePrintServersRequest (google_api_admin v0.43.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 ofPrintServerresources to be created (max50per 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
Unwrap a decoded JSON object into its complex fields.