SettingsDepotsOfflineDepotExtractInfo
The Offline.DepotExtractInfo structure contains fields that describe the extracted depot.
Properties
result
Required
The information about the created offline depot. Empty @name{result} @term{string} indicates that the depot contents are already present in VC cache
JSON Example
{
"notifications": {},
"result": {
"depot": "string"
},
"software_spec": {
"base_image": {
"version": "string"
}
}
}