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: null
    Description: The file path.
  • fileSize: Integer [Optional]
    Default: null
    Description: The file size in bytes.
  • mimeType: String [Optional]
    Default: null
    Description: The mime type of the file.

In use by: