Module Values.DescribeContactVersionRequestSource

Describes a specific version of a contact.

Sourcetype nonrec t = {
  1. contactId : Uuid.t;
    (*

    UUID of a contact.

    *)
  2. versionId : VersionId.t;
    (*

    Version ID of a contact.

    *)
}
Sourceval context_ : string
Sourceval make : contactId:Uuid.t -> versionId:VersionId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of VersionId.t | `String of Uuid.t ]) 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