toggle menu
QuettaCode API
0.1.0-BETA
jvm
switch theme
search in API
QuettaCode API
/
com.quettacode.flow.crm.web.dto
/
ContactResponse
/
ContactResponse
Contact
Response
constructor
(
id
:
String
,
waId
:
String
,
name
:
String
,
profilePicUrl
:
String
?
,
email
:
String
?
,
notes
:
String
?
,
tags
:
List
<
TagResponse
>
,
lastInteraction
:
LocalDateTime
?
,
is24hWindowActive
:
Boolean
)
(
source
)