ListThreadsByTimestampRequest

data class ListThreadsByTimestampRequest(val before: Instant? = null, val limit: Int? = null)(source)

Constructors

Link copied to clipboard
constructor(before: Instant? = null, limit: Int? = null)

Properties

Link copied to clipboard
val before: Instant? = null
Link copied to clipboard
val limit: Int? = null