SettingsDepotsUmdsInfo
The Umds.Info structure defines the information regarding an UMDS Depot.
Properties
string
description
Required
Description of the Depot. It will be an empty string if no description was provided during create.
boolean
enabled
Required
Flag indicating whether or not this depot is enabled.
string
location
Required
Location of the Depot.
JSON Example
{
"description": "string",
"enabled": false,
"location": "string"
}