ClientInfo 
    @Serializable
Describes the content of the User-Agent field in the format that is accepted and understandable to the Bridge server (see /articles/rest.html).
Parameters
appName 
The name of the application (e.g. \"Cardio Health\").
appVersion 
The version of the application (must be a number, and should increase with every new release of the application).
deviceName 
Information about the device (e.g. \"Unknown iPhone\").
osName 
The name of the operating system (conventional names are \"Android\" and \"iPhone OS\").
osVersion 
The version of the operating system (e.g. \"10.0.3\").
sdkName 
The name of the SDK being used (e.g. \"BridgeJavaSDK\").
sdkVersion 
The version of the SDK being used (e.g. \"4\").
type
ClientInfo