ExportsResponseDto
fun ExportsResponseDto(destructionTime: OffsetDateTime, createdAt: OffsetDateTime, updatedAt: OffsetDateTime, resultSize: Int, criteria: ListDocumentsCriteriaDto?, outputFormats: List<String>, documents: List<ExportsResponseDtoDocumentsInner>, status: ExportItemStatusEnum, id: String, completionTime: OffsetDateTime? = null, fileURL: String? = null, filesize: Int? = null)
Content copied to clipboard
Parameters
destructionTime
@param createdAt * @param updatedAt * @param resultSize The number of documents captured in the export.
criteria
@param outputFormats * @param documents * @param status * @param id This is a unique identifier which is used to identify the export request on Sensibill's system.
completionTime
@param fileURL The URL that can be used to download the contents of the export.
filesize
The size of the contents in bytes, when available.