ReactionsItem
data class ReactionsItem
Fields
Name | Description |
---|---|
val sequence: Int?
|
|
val file: String?
|
|
val reactUrl: String?
|
|
val name: String?
|
|
val count: Int?
|
|
val mimetype: String?
|
|
val id: String?
|
Constructors
<init>
constructor(sequence: Int?, file: String?, reactUrl: String?, name: String?, count: Int?, mimetype: String?, id: String?)
Parameters
Name | Description |
---|---|
sequence: Int?
|
|
file: String?
|
|
reactUrl: String?
|
|
name: String?
|
|
count: Int?
|
|
mimetype: String?
|
|
id: String?
|