toggle menu
Dermato.AI
androidJvm
switch theme
search in API
Dermato.AI
/
com.dermatoai.api
/
DoctorsResponse
Doctors
Response
data
class
DoctorsResponse
(
val
message
:
String
,
val
data
:
List
<
Doctor
>
)
Members
Constructors
Doctors
Response
Link copied to clipboard
constructor
(
message
:
String
,
data
:
List
<
Doctor
>
)
Properties
data
Link copied to clipboard
@
SerializedName
(
value
=
"data"
)
val
data
:
List
<
Doctor
>
message
Link copied to clipboard
@
SerializedName
(
value
=
"message"
)
val
message
:
String