SettingsComponentDetails

The ComponentDetails structure contains information that provide more details about the component from the depot.


Properties

string
display_name Required

Display name of the component.


string
display_version Optional

Human readable version of the component. unset if no version is provided for the component.


string
vendor Required

Vendor of the component.

JSON Example

{
	"display_name": "string",
	"vendor": "string"
}

Feedback

Was this page helpful?