Latest Data Type

Inner class to encapsulate the information about the latest version of the language variant

Properties
name data type description
versionTimestamp number Version timestamp
version string Version number

Example

{
  "versionTimestamp" : 12345,
  "version" : "..."
}