VersionDTO Data Type

Represents the module name and its associate version

Properties
name data type description
module string the name of the software module
version string the version of the software module

Example

{
  "module" : "...",
  "version" : "..."
}