toggle menu
Dermato.AI
androidJvm
switch theme
search in API
Dermato.AI
/
com.dermatoai.api
/
AppointmentData
Appointment
Data
data
class
AppointmentData
(
val
id
:
String
?
,
val
userId
:
String
,
val
doctorId
:
String
,
val
appointmentDate
:
Date
,
val
status
:
String
)
Members
Constructors
Appointment
Data
Link copied to clipboard
constructor
(
id
:
String
?
,
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
id
Link copied to clipboard
@
SerializedName
(
value
=
"id"
)
val
id
:
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