motrelou
2.0
motrelou
/
fr.imacaron.motrelou.type
/
TReponse
TReponse
data
class
TReponse
(
val
code
:
Int
,
val
message
:
String
,
val
donnee
:
String
?
=
null
)
Content copied to clipboard
Types
Constructors
Properties
Constructors
TReponse
Link copied to clipboard
fun
TReponse
(
code
:
Int
,
message
:
String
,
donnee
:
String
?
=
null
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Properties
code
Link copied to clipboard
val
code
:
Int
Content copied to clipboard
donnee
Link copied to clipboard
val
donnee
:
String
?
=
null
Content copied to clipboard
message
Link copied to clipboard
val
message
:
String
Content copied to clipboard