Settings_Depots_AddonSummary

Settings_Depots_AddonSummary
Settings_Depots_AddonSummary

The AddonSummary structure contains fields that describe the summary of an addon.

JSON Example
{
    "display_name": "string",
    "vendor": "string",
    "versions": [
        {
            "version": "string",
            "display_version": "string"
        }
    ]
}
string
display_name
Required

Human readable name of the addon.

string
vendor
Required

Vendor of the addon. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.esx.settings.depots.vendor. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.esx.settings.depots.vendor.

versions
Required

Different versions of the addon.