Depot Files Data
data class DepotFilesData(val depotDownloadInfo: DepotDownloadInfo, val depotCounter: DepotDownloadCounter, val stagingDir: String, val manifest: DepotManifest, val previousManifest: DepotManifest?)
Constructors
Link copied to clipboard
constructor(depotDownloadInfo: DepotDownloadInfo, depotCounter: DepotDownloadCounter, stagingDir: String, manifest: DepotManifest, previousManifest: DepotManifest?)