Values.ClientInfoSourceInformation about the client making API requests, used for compatibility checking.
type nonrec t = {compatibilityVersion : Integer.t;The compatibility version of the client, used to ensure API compatibility.
*)sdkVersion : NonBlankString.t option;The version of the SDK being used by the client.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of NonBlankString.t ]) list ]