toggle menu
Dermato.AI
androidJvm
switch theme
search in API
Dermato.AI
/
com.dermatoai.room
/
AppointmentRecord
Appointment
Record
data
class
AppointmentRecord
(
val
id
:
String
,
val
time
:
Date
,
val
doctorId
:
String
,
val
doctorName
:
String
,
val
location
:
String
,
val
userId
:
String
)
Members
Constructors
Appointment
Record
Link copied to clipboard
constructor
(
id
:
String
,
time
:
Date
,
doctorId
:
String
,
doctorName
:
String
,
location
:
String
,
userId
:
String
)
Properties
doctor
Id
Link copied to clipboard
val
doctorId
:
String
doctor
Name
Link copied to clipboard
val
doctorName
:
String
id
Link copied to clipboard
val
id
:
String
location
Link copied to clipboard
val
location
:
String
time
Link copied to clipboard
val
time
:
Date
user
Id
Link copied to clipboard
val
userId
:
String