SettingsDepotsOfflineDepotExtractInfo

The Offline.DepotExtractInfo structure contains fields that describe the extracted depot.


Properties

notifications Required

Notifications returned by the extractDepot operation.


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


software_spec Required

Software specification of the extracted depot.

JSON Example

{
	"notifications": {},
	"result": {
		"depot": "string"
	},
	"software_spec": {
		"base_image": {
			"version": "string"
		}
	}
}

Feedback

Was this page helpful?