ConnectionEntity

data class ConnectionEntity(val conversationId: String, val from: String, val lastUpdateDate: <Error class: unknown class>, val qualifiedConversationId: ConversationIDEntity, val qualifiedToId: QualifiedIDEntity, val status: ConnectionEntity.State, val toId: String, val shouldNotify: Boolean? = null, val otherUser: UserEntity? = null)

Constructors

Link copied to clipboard
constructor(conversationId: String, from: String, lastUpdateDate: <Error class: unknown class>, qualifiedConversationId: ConversationIDEntity, qualifiedToId: QualifiedIDEntity, status: ConnectionEntity.State, toId: String, shouldNotify: Boolean? = null, otherUser: UserEntity? = null)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val conversationId: String
Link copied to clipboard
val from: String
Link copied to clipboard
val lastUpdateDate: <Error class: unknown class>
Link copied to clipboard
val otherUser: UserEntity? = null
Link copied to clipboard
Link copied to clipboard
val shouldNotify: Boolean? = null
Link copied to clipboard
Link copied to clipboard
val toId: String