HttpFileStructure

Version #1

Description:

Represents a set of files which can be received from a http response.

Fields:

  • attributes: Map<String, String> [Optional]
    Default: null
    Description: Additional attributes of the file
  • fileContent: Binary [Required]
    Description: The content of the file. This may be parsed from a base64 encoded string during deserialization.
  • fileRelativePath: String [Optional]
    Default: null
    Description: Defines the path od the file within the group
  • group: String [Optional]
    Default: null
    Description: Defines the group of the file
  • mimeType: String [Optional]
    Default: null
    Description: Mime type of the file