esx settings: add on details
The
add_on_details
structure contains information that provide more details about the add-on from the depot.Representation:
{
"vendor" : "string",
"display_version" : "string",
"display_name" : "string"
}
"vendor" : "string",
"display_version" : "string",
"display_name" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
display_name | string | Display name of the OEM add-on. |
vendor | string | Vendor of the OEM add-on. |
display_version | string | Human readable version of the OEM add-on. |