RespressoFileStructure
Version #1
Description:
Represents a single file stored in the actual project.
Fields:
bytes
: Binary [Required]- Description: The content of the file
fileName
: String [Optional]- Default: nullDescription: The file path.
fileSize
: Integer [Optional]- Default: nullDescription: The file size in bytes.
mimeType
: String [Optional]- Default: nullDescription: The mime type of the file.