SettingsDepotsOnlineInfo
The Online.Info structure defines the information regarding a 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 this depot is enabled or not.
string
location
Required
Location of the depot.
boolean
system_defined
Required
Flag to indicate if the depot is system defined. System defined depot can not be deleted.
JSON Example
{
"description": "string",
"enabled": false,
"location": "string",
"system_defined": false
}