app
/
com.example.passentry.data.remote.login
/
LoginRequest
Login
Request
data class
LoginRequest
(username:
String
, password:
String
)
Content copied to clipboard
Properties
Properties
password
Link copied to clipboard
@
SerializedName
(
value =
password
)
val
password
:
String
Content copied to clipboard
username
Link copied to clipboard
@
SerializedName
(
value =
username
)
val
username
:
String
Content copied to clipboard