toggle menu
QuettaCode API
0.1.0-BETA
jvm
switch theme
search in API
QuettaCode API
/
com.quettacode.flow.crm.web.dto
/
UpdateContactRequest
Update
Contact
Request
data
class
UpdateContactRequest
(
val
name
:
String
?
,
val
email
:
String
?
,
val
notes
:
String
?
,
val
tagIds
:
List
<
String
>
?
)
(
source
)
Members
Constructors
Update
Contact
Request
Link copied to clipboard
constructor
(
name
:
String
?
,
email
:
String
?
,
notes
:
String
?
,
tagIds
:
List
<
String
>
?
)
Properties
email
Link copied to clipboard
val
email
:
String
?
name
Link copied to clipboard
val
name
:
String
?
notes
Link copied to clipboard
val
notes
:
String
?
tag
Ids
Link copied to clipboard
val
tagIds
:
List
<
String
>
?