SettingsAddOnDetails

The AddOnDetails structure contains information that provide more details about the add-on from the depot.


Properties

string
display_name Required

Display name of the OEM add-on.


string
display_version Required

Human readable version of the OEM add-on.


string
vendor Required

Vendor of the OEM add-on.

JSON Example

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

Feedback

Was this page helpful?