SettingsDepotsOfflineSummary
The Offline.Summary structure defines the summary information regarding an Offline Depot.
Properties
string
description
Required
Description of the Depot. If not set during import, it will be empty.
string
file_id
Optional
File identifier returned by the file upload endpoint after file is uploaded. This field is optional and it is only relevant when the value of Offline.Summary.source-type is PUSH.
string
location
Optional
Location of the depot from which content is retrieved. This field is optional and it is only relevant when the value of Offline.Summary.source-type is PULL.
source_type
Required
Type of the source from which Offline Depot is obtained.
JSON Example
{
"description": "string",
"source_type": "enum"
}