HttpFileStructure
Version #1
Description:
Represents a set of files which can be received from a http response.
Fields:
attributes
: Map<String, String> [Optional]- Default: nullDescription: 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: nullDescription: Defines the path od the file within the group
group
: String [Optional]- Default: nullDescription: Defines the group of the file
mimeType
: String [Optional]- Default: nullDescription: Mime type of the file