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