DevAlmTrg

@Serializable
data class DevAlmTrg(val deviceId: String, val evtId: String, val trgTime: Long, val trgType: Long, val devCfg: Int) : PushData

Constructors

Link copied to clipboard
constructor(deviceId: String, evtId: String, trgTime: Long, trgType: Long, devCfg: Int)

Properties

Link copied to clipboard
@SerialName(value = "DevCfg")
val devCfg: Int
Link copied to clipboard
@SerialName(value = "DevId")
val deviceId: String
Link copied to clipboard
@SerialName(value = "EvtId")
val evtId: String
Link copied to clipboard
@SerialName(value = "TrgTime")
val trgTime: Long
Link copied to clipboard
@SerialName(value = "TrgType")
val trgType: Long