Toggle navigation
GIT MultiSite API: VersionDTO
Resources
Data Types
Back to Top
Home
JSON
VersionDTO
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" : "..." }