Values.UpdateEngagementContextPayloadSourceRepresents the updated payload of an engagement context. The structure of this payload varies based on the context type being updated.
type nonrec t = {lead : UpdateLeadContext.t option;Contains updated information about a lead when the context type is "Lead". This field is present only when updating a lead context within the engagement.
*)customerProject : CustomerProjectsContext.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `String of LeadQualificationStatus.t
| `Structure of
(string
* [> `Enum of string
| `String of CompanyName.t
| `Structure of
(string
* [> `Enum of string
| `String of AddressSummaryCityString.t ])
list
| `Timestamp of DateTime.t ])
list ])
list ])
list ]