Values.ContactVersionSourceVersion information for a contact.
type nonrec t = {versionId : VersionId.t option;Version ID of a contact.
*)created : Timestamp.t option;Time the contact version was created in UTC.
*)activated : Timestamp.t option;Time the contact version was activated in UTC. A version is activated when it becomes the current active version of the contact.
*)superseded : Timestamp.t option;Time the contact version was superseded in UTC. A version is superseded when a newer version becomes active.
*)lastUpdated : Timestamp.t option;Time the contact version was last updated in UTC.
*)status : VersionStatus.t option;Status of the contact version.
*)failureCodes : VersionFailureReasonCodes.t option;List of failure codes for the contact version.
*)failureMessage : String_.t option;Failure message for the contact version.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of VersionId.t
| `List of [> `Enum of string ] list
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]