ConvertedFileStructure

Version #1

Description:

Represents a single converted file.

Fields:

  • attributes: Map<String, String> [Optional]
    Default: null
    Description: Additional attributes of the converted file. This may be used to properly show a preview on the web interface.
  • group: String [Optional]
    Default: null
    Description: Defines the group of the file
  • lastModified: Integer [Optional]
    Default: null
    Description: Last modification time in UTC milliseconds
  • mimeType: String [Optional]
    Default: null
    Description: Mime type of the file
  • path: String [Optional]
    Default: null
    Description: Defines the path of the file within the group
  • size: Integer [Optional]
    Default: 0
    Description: File size in bytes