Skip to content
Snippets Groups Projects
Commit 4f503742 authored by Kamal Bramwell's avatar Kamal Bramwell
Browse files

Assigned SerializedName for GroupReport fields

parent 443aa7c1
Branches
No related tags found
No related merge requests found
package io.elixxir.xxclient.models
import com.google.gson.annotations.SerializedName
data class GroupReport(
@SerializedName("Id")
val id: String,
@SerializedName("Rounds")
val rounds: List<Long>,
@SerializedName("RoundURL")
val roundUrl: String,
@SerializedName("Status")
val status: Long
) : BindingsModel
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment