app
/
com.example.passentry.data.remote.tap
/
TapResponse
Tap
Response
data class
TapResponse
(tappedAt:
String
, status:
String
, readerId:
String
)
Content copied to clipboard
Properties
Properties
readerId
Link copied to clipboard
@
SerializedName
(
value =
readerId
)
val
readerId
:
String
Content copied to clipboard
status
Link copied to clipboard
@
SerializedName
(
value =
status
)
val
status
:
String
Content copied to clipboard
tappedAt
Link copied to clipboard
@
SerializedName
(
value =
tappedAt
)
val
tappedAt
:
String
Content copied to clipboard