PMCfgResponse
data class PMCfgResponse(val correlationId: String? = null, val action: PMCfgAction, val defs: PMCfgDefs? = null, val opts: PMCfgOptions? = null, val apkInfo: PMCfgApk? = null, val msg: PMCfgMsg? = null)
Response message for configuration interface
Constructors
Link copied to clipboard
fun PMCfgResponse(correlationId: String? = null, action: PMCfgAction, defs: PMCfgDefs? = null, opts: PMCfgOptions? = null, apkInfo: PMCfgApk? = null, msg: PMCfgMsg? = null)