PreferStateResponseError

data class PreferStateResponseError(val code: Int?, val message: String?, val data: String?) : HMSDataChannelResponse

Constructors

Link copied to clipboard
fun PreferStateResponseError(code: Int?, message: String?, data: String?)

Properties

Link copied to clipboard
@SerializedName(value = "code")
val code: Int?
Link copied to clipboard
@SerializedName(value = "data")
val data: String?
Link copied to clipboard
@SerializedName(value = "message")
val message: String?