CompletedExport

data class CompletedExport(val destructionTime: OffsetDateTime, val createdAt: OffsetDateTime, val updatedAt: OffsetDateTime, val resultSize: Int, val outputFormats: List<ExportFormat>, val documentIds: List<String>, val id: String, val completionTime: OffsetDateTime, val fileUrl: String, val fileSize: Int)

An additional convenience Export model that is used to represent a "completed" (ExportStatus.COMPLETED) export.

  • status field no longer required

  • optional fields are no longer optional

Constructors

Link copied to clipboard
constructor(destructionTime: OffsetDateTime, createdAt: OffsetDateTime, updatedAt: OffsetDateTime, resultSize: Int, outputFormats: List<ExportFormat>, documentIds: List<String>, id: String, completionTime: OffsetDateTime, fileUrl: String, fileSize: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard