Add forgotten annotation for json
This commit is contained in:
parent
5cc617168e
commit
56bbcf209f
@ -1,10 +1,12 @@
|
|||||||
package im.vector.matrix.android.internal.session.group.model
|
package im.vector.matrix.android.internal.session.group.model
|
||||||
|
|
||||||
import com.squareup.moshi.Json
|
import com.squareup.moshi.Json
|
||||||
|
import com.squareup.moshi.JsonClass
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This class represents the community rooms in a group summary response.
|
* This class represents the community rooms in a group summary response.
|
||||||
*/
|
*/
|
||||||
|
@JsonClass(generateAdapter = true)
|
||||||
data class GroupSummaryRoomsSection(
|
data class GroupSummaryRoomsSection(
|
||||||
|
|
||||||
@Json(name = "total_room_count_estimate") val totalRoomCountEstimate: Int? = null,
|
@Json(name = "total_room_count_estimate") val totalRoomCountEstimate: Int? = null,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user