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.
Types
@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
}