SpaceChildSummaryEvent

@JsonClass(generateAdapter = true)
data class SpaceChildSummaryEvent(    @Json(name = "type") val type: String? = null,     @Json(name = "state_key") val stateKey: String? = null,     @Json(name = "content") val content: Content? = null,     @Json(name = "sender") val senderId: String? = null,     @Json(name = "origin_server_ts") val originServerTs: Long? = null)

Constructors

Link copied to clipboard
fun SpaceChildSummaryEvent(    @Json(name = "type") type: String? = null,     @Json(name = "state_key") stateKey: String? = null,     @Json(name = "content") content: Content? = null,     @Json(name = "sender") senderId: String? = null,     @Json(name = "origin_server_ts") originServerTs: Long? = null)

Properties

Link copied to clipboard
val content: Content? = null
Link copied to clipboard
val originServerTs: Long? = null
Link copied to clipboard
val senderId: String? = null
Link copied to clipboard
val stateKey: String? = null
Link copied to clipboard
val type: String? = null