SettingsDepotsSolutionVersion
The SolutionVersion structure contains fields that describe a specific version of a solution.
Properties
string
display_version
Required
Human readable version of the solution.
string
version
Required
Version of the solution.
JSON Example
{
"display_version": "string",
"version": "string"
}