SpaceChildSummaryEvent
@JsonClass(generateAdapter = true)
Content copied to clipboard
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)
Content copied to clipboard