Settings_SolutionDetails
Settings_SolutionDetails
The SolutionDetails structure contains information that provide more details about the solution from the depot.
JSON Example
{
"display_name": "string",
"display_version": "string",
"components": [
{
"component": "string",
"display_name": "string",
"display_version": "string",
"vendor": "string"
}
]
}
string
display_name
Required
Display name of the solution.
string
display_version
Required
Display version of the solution.
array of Settings_SolutionComponentDetails
components
Required
Components registered by the solution. If the component is not present in the depot, then corresponding details are absent from the list.