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

Request to delete multiple existing print servers in a batch.

Attributes

  • printServerIds (type: list(String.t), default: nil) - A list of print server IDs that should be deleted (max 100 per batch).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.