Spatio.Model.BulkMoveFilesRequest (spatio_sdk v0.0.2)

Move multiple files to one target folder. targetFolderId is the canonical name; folderId is accepted as a renderer-compat alias.

Summary

Types

t()

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

Functions

decode(value)