ArchiveOptions

data class ArchiveOptions(val startNs: Long? = null, val endNs: Long? = null, val archiveElements: List<ArchiveElement> = listOf(ArchiveElement.MESSAGES, ArchiveElement.CONSENT))

Constructors

Link copied to clipboard
constructor(startNs: Long? = null, endNs: Long? = null, archiveElements: List<ArchiveElement> = listOf(ArchiveElement.MESSAGES, ArchiveElement.CONSENT))

Functions

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
val endNs: Long? = null
Link copied to clipboard
val startNs: Long? = null