DocumentSourceDto
data class DocumentSourceDto(val format: DocumentSourceFormatsEnum, val url: String, val imagePreview: String)
Parameters
format
url
The url to get or view the original document file (i.e.: image, pdf, pdf_email, etc)
imagePreview
The url of an image file to preview this document. In case of image documents, this content will be the same of the url field.