new module:model/ConnectDebugLog()
- Source:
Constructs a new ConnectDebugLog
.
Members
(inner) connectConfig :String
- Source:
Type:
- String
(inner) errorDetails :module:model/ErrorDetails
- Source:
Array or errors.
Type:
(inner) eventDateTime :String
- Source:
Type:
- String
(inner) eventDescription :String
- Source:
Type:
- String
(inner) payload :String
- Source:
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/ConnectDebugLog}
- Source:
Constructs a ConnectDebugLog
from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data
to obj
if supplied or a new instance if not.
Parameters:
Name | Type | Description |
---|---|---|
data |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/ConnectDebugLog | Optional instance to populate. |
Returns:
The populated ConnectDebugLog
instance.