Module Values.UpdateEngagementContextPayloadSource

Represents the updated payload of an engagement context. The structure of this payload varies based on the context type being updated.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. customerProject : CustomerProjectsContext.t option;
}
Sourceval make : ?lead:??? -> ?customerProject:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t