esx settings: solution details
The
solution_details
structure contains information that provide more details about the solution from the depot.Representation:
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
display_name | string | Display name of the solution.
|
display_version | string | Display version of the solution.
|
components | solution_component_details[] | Components registered by the solution. If the component is not present in the depot, then corresponding details are absent from the list.
|
components[].component | string | Identifier of the component. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: |
components[].display_name | string | Display name of the component.
|
Optional | ||
components[].display_version | string | Human readable version of the component. Optional. unset if no version is provided for the component. |