toggle menu
Dermato.AI
androidJvm
switch theme
search in API
Dermato.AI
/
com.dermatoai.api
/
Doctor
Doctor
data
class
Doctor
(
val
id
:
String
,
val
name
:
String
,
val
address
:
String
)
Members
Constructors
Doctor
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
address
:
String
)
Properties
address
Link copied to clipboard
@
SerializedName
(
value
=
"address"
)
val
address
:
String
id
Link copied to clipboard
@
SerializedName
(
value
=
"id"
)
val
id
:
String
name
Link copied to clipboard
@
SerializedName
(
value
=
"name"
)
val
name
:
String