JoinInfo

data class JoinInfo(val value: JsonElement = JsonNull.INSTANCE, val invites: List<String>? = null) : Record

Constructors

Link copied to clipboard
constructor(value: JsonElement = JsonNull.INSTANCE, invites: List<String>? = null)

Properties

Link copied to clipboard
@SerializedName(value = "invites")
val invites: List<String>?
Link copied to clipboard
@SerializedName(value = "value")
val value: JsonElement