ExportsResponseDto
data class ExportsResponseDto(destructionTime: OffsetDateTime, createdAt: OffsetDateTime, updatedAt: OffsetDateTime, resultSize: Int, criteria: ListDocumentsCriteriaDto?, outputFormats: List<String>, documents: List<ExportsResponseDtoDocumentsInner>, status: ExportItemStatusEnum, id: String, completionTime: OffsetDateTime?, fileURL: String?, filesize: Int?)
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.
Constructors
ExportsResponseDto
Link copied to clipboard
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
@param createdAt * @param updatedAt * @param resultSize The number of documents captured in the export.
Properties
completionTime
Link copied to clipboard
@SerializedName(value = completionTime)
Content copied to clipboard
createdAt
Link copied to clipboard
criteria
Link copied to clipboard
destructionTime
Link copied to clipboard
@SerializedName(value = destructionTime)
Content copied to clipboard
documents
Link copied to clipboard
@SerializedName(value = documents)
Content copied to clipboard
outputFormats
Link copied to clipboard
resultSize
Link copied to clipboard
status
Link copied to clipboard
updatedAt
Link copied to clipboard