* Constructs a new WARemoteDebug_DebugMessage. * @memberof mmbizwxadevremote * @classdesc Represents a WARemoteDebug_DebugMessage. * @constructor * @param {mmbizwxadevremote.IWARemoteDebug_DebugMessage=} [properties] Properties to set
(properties)
| 1060 | * @param {mmbizwxadevremote.IWARemoteDebug_DebugMessage=} [properties] Properties to set |
| 1061 | */ |
| 1062 | function WARemoteDebug_DebugMessage(properties) { |
| 1063 | if (properties) |
| 1064 | for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) |
| 1065 | if (properties[keys[i]] != null) |
| 1066 | this[keys[i]] = properties[keys[i]]; |
| 1067 | } |
| 1068 | |
| 1069 | /** |
| 1070 | * WARemoteDebug_DebugMessage seq. |
nothing calls this directly
no outgoing calls
no test coverage detected