SettingsDepotsComponentVersion

The ComponentVersion structure contains fields that describe a specific version of a component.


Properties

string
display_version Required

Human readable version of the component.


string
version Required

Version of the component.

JSON Example

{
	"display_version": "string",
	"version": "string"
}

Feedback

Was this page helpful?