CreateExportResponse
data class CreateExportResponse(val destructionTime: OffsetDateTime, val createdAt: OffsetDateTime, val outputFormats: List<ExportFormat>, val documentsCount: Int, val status: ExportStatus, val id: String)
The Response payload received when creating an export. In this model, status can only contain a reduced set of ExportStatuses that are possible right after export creation.
See also
Constructors
Link copied to clipboard
constructor(destructionTime: OffsetDateTime, createdAt: OffsetDateTime, outputFormats: List<ExportFormat>, documentsCount: Int, status: ExportStatus, id: String)