Spatio.Model.BulkDeleteFilesRequest (spatio_sdk v0.0.2)

Either fileIds (with optional parallel accountIds) for multi-file delete, or fileId (with optional accountId) for the single-file fallback. fileIds wins when both are set.

Summary

Types

t()

@type t() :: %Spatio.Model.BulkDeleteFilesRequest{
  accountId: String.t() | nil,
  accountIds: [String.t()] | nil,
  fileId: String.t() | nil,
  fileIds: [String.t()] | nil
}

Functions

decode(value)