View Source GoogleApi.Admin.Directory_v1.Model.BatchCreatePrintServersResponse (google_api_admin v0.43.0)
Attributes
-
failures(type:list(GoogleApi.Admin.Directory_v1.Model.PrintServerFailureInfo.t), default:nil) - A list of create failures.PrintServerIDs are not populated, as print servers were not created. -
printServers(type:list(GoogleApi.Admin.Directory_v1.Model.PrintServer.t), default:nil) - A list of successfully created print servers with their IDs populated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Admin.Directory_v1.Model.BatchCreatePrintServersResponse{ failures: [GoogleApi.Admin.Directory_v1.Model.PrintServerFailureInfo.t()] | nil, printServers: [GoogleApi.Admin.Directory_v1.Model.PrintServer.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.