Values_0.NextContactEntrySourceEntry representing the next contact in a sequence.
type nonrec t = {type_ : NextContactType.t option;The type of the next contact entry.
*)nextContactMetadata : NextContactMetadata.t option;Metadata for the next contact entry.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of ContactId.t
| `Timestamp of string ])
list ])
list ])
list ]