KCmdServiceDeskData

data class KCmdServiceDeskData(val operateType: Int? = 0, val chatId: Long? = 0, val ticketId: Long? = 0, val helpdeskId: Long? = 0)

服务台菜单更新 CMD 事件

Constructors

Link copied to clipboard
constructor(operateType: Int? = 0, chatId: Long? = 0, ticketId: Long? = 0, helpdeskId: Long? = 0)

Properties

Link copied to clipboard
@SerializedName(value = "chat_id")
val chatId: Long? = 0
Link copied to clipboard
@SerializedName(value = "helpdesk_id")
val helpdeskId: Long? = 0
Link copied to clipboard
@SerializedName(value = "operate_type")
val operateType: Int? = 0
Link copied to clipboard
@SerializedName(value = "ticket_id")
val ticketId: Long? = 0

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int