toggle menu
Dermato.AI
androidJvm
switch theme
search in API
Dermato.AI
/
com.dermatoai.api
/
AppointmentRequest
Appointment
Request
data
class
AppointmentRequest
(
val
userId
:
String
,
val
doctorId
:
String
,
val
appointmentDate
:
Date
,
val
status
:
String
)
Members
Constructors
Appointment
Request
Link copied to clipboard
constructor
(
userId
:
String
,
doctorId
:
String
,
appointmentDate
:
Date
,
status
:
String
)
Properties
appointment
Date
Link copied to clipboard
@
SerializedName
(
value
=
"appointment_date"
)
val
appointmentDate
:
Date
doctor
Id
Link copied to clipboard
@
SerializedName
(
value
=
"doctor_id"
)
val
doctorId
:
String
status
Link copied to clipboard
@
SerializedName
(
value
=
"status"
)
val
status
:
String
user
Id
Link copied to clipboard
@
SerializedName
(
value
=
"user_id"
)
val
userId
:
String