CandidateMessage

data class CandidateMessage(val type: String = "candidate", val candidate: String)

Constructors

Link copied to clipboard
constructor(type: String = "candidate", candidate: String)

Properties

Link copied to clipboard
@SerializedName(value = "candidate")
val candidate: String
Link copied to clipboard
@SerializedName(value = "type")
val type: String