Inner class to encapsulate the information about the latest version of the language variant
| name | data type | description |
|---|---|---|
| versionTimestamp | number | Version timestamp |
| version | string | Version number |
Example
{
"versionTimestamp" : 12345,
"version" : "..."
}