Settings_Depots_Online_Info
Settings_Depots_Online_Info
The Online.Info structure defines the information regarding a depot.
JSON Example
{
"description": "string",
"location": "string",
"enabled": false,
"system_defined": false
}
string
description
Required
Description of the depot. It will be an empty string if no description was provided during create.
string As uri
location
Required
Location of the depot.
boolean
enabled
Required
Flag indicating whether this depot is enabled or not.
boolean
system_defined
Required
Flag to indicate if the depot is system defined. System defined depot can not be deleted.