core
/
com.moengage.core.internal.model
/
RemoteLog
Remote
Log
data class
RemoteLog
(logType:
String
, time:
String
, logMessage:
LogMessage
)
Content copied to clipboard
Author
Umang Chamaria Date: 2020/10/01
Constructors
Properties
Constructors
RemoteLog
Link copied to clipboard
fun
RemoteLog
(logType:
String
, time:
String
, logMessage:
LogMessage
)
Content copied to clipboard
Properties
logMessage
Link copied to clipboard
val
logMessage
:
LogMessage
Content copied to clipboard
logType
Link copied to clipboard
val
logType
:
String
Content copied to clipboard
time
Link copied to clipboard
val
time
:
String
Content copied to clipboard