MsgCenter

@Serializable
data class MsgCenter(val showOption: Int, val tag: String, val title: String, val topic: String, val type: Int, val url: String) : PushData

Constructors

Link copied to clipboard
constructor(showOption: Int, tag: String, title: String, topic: String, type: Int, url: String)

Properties

Link copied to clipboard
@SerialName(value = "showOption")
val showOption: Int
Link copied to clipboard
@SerialName(value = "tag")
val tag: String
Link copied to clipboard
@SerialName(value = "title")
val title: String
Link copied to clipboard
@SerialName(value = "topic")
val topic: String
Link copied to clipboard
@SerialName(value = "type")
val type: Int
Link copied to clipboard
@SerialName(value = "url")
val url: String