toggle menu
logging-communication
JVM
switch theme
search in API
logging-communication
/
org.cryptotrader.logging.library.communication.response
/
LogResponse
Log
Response
open
class
LogResponse
(
val
accepted
:
Int
,
val
status
:
String
=
"accepted"
)
Inheritors
FrontendLogResponse
Members
Constructors
Log
Response
Link copied to clipboard
constructor
(
accepted
:
Int
,
status
:
String
=
"accepted"
)
Properties
accepted
Link copied to clipboard
open
val
accepted
:
Int
status
Link copied to clipboard
open
val
status
:
String