ChatRoomMembership
data class ChatRoomMembership
Fields
Name | Description |
---|---|
val profile: LiveLikeUser?
|
|
val createdAt: String?
|
|
val id: String?
|
|
val url: String?
|
Constructors
<init>
constructor(profile: LiveLikeUser?, createdAt: String?, id: String?, url: String?)
Parameters
Name | Description |
---|---|
profile: LiveLikeUser?
|
|
createdAt: String?
|
|
id: String?
|
|
url: String?
|