toggle menu
intent_library
7.0.906
androidJvm
switch theme
search in API
intent_library
/
com.nimmsta.intent_library.models.actions
/
ActionResponse
Action
Response
@
Serializable
class
ActionResponse
This class represents the format of responses we get from the NIMMSTA App
Members
Constructors
Action
Response
Link copied to clipboard
constructor
(
)
Properties
data
Link copied to clipboard
val
data
:
JsonObject
?
=
null
message
Link copied to clipboard
val
message
:
String
?
=
null
name
Link copied to clipboard
val
name
:
String
?
=
null
success
Link copied to clipboard
val
success
:
Boolean
?
=
null
throwable
Link copied to clipboard
val
throwable
:
String
?
=
null