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

Attributes

  • failedPrintServers (type: list(GoogleApi.Admin.Directory_v1.Model.PrintServerFailureInfo.t), default: nil) - A list of update failures.
  • printServerIds (type: list(String.t), default: nil) - A list of print server IDs that were successfully deleted.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Directory_v1.Model.BatchDeletePrintServersResponse{
  failedPrintServers:
    [GoogleApi.Admin.Directory_v1.Model.PrintServerFailureInfo.t()] | nil,
  printServerIds: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.