Spatio.Model.MoveFileRequest (spatio_sdk v0.0.2)

Move a single file to a target folder. Pass folderId: null to move to the account root. Bulk moves use POST /v1/files/move.

Summary

Types

t()

@type t() :: %Spatio.Model.MoveFileRequest{folderId: String.t() | nil}

Functions

decode(value)