SettingsDepotsSolutionSummary

The SolutionSummary structure contains fields that describe the summary of a solution.


Properties

string
display_name Required

Human readable name of the solution.


versions Required

Different versions of the solution.

JSON Example

{
	"display_name": "string",
	"versions": [
		{
			"display_version": "string",
			"version": "string"
		}
	]
}

Feedback

Was this page helpful?