esx settings: component details
The
component_details structure contains information that provide more details about the component 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 component. |
| vendor | string | Vendor of the component. |
| Optional | ||
| display_version | string | Human readable version of the component. Optional. unset if no version is provided for the component. |