DepotDownloadInfo

data class DepotDownloadInfo(val depotId: Int, val appId: Int, val manifestId: Long, val branch: String, val installDir: String, val depotKey: ByteArray?)

Constructors

Link copied to clipboard
constructor(depotId: Int, appId: Int, manifestId: Long, branch: String, installDir: String, depotKey: ByteArray?)

Properties

Link copied to clipboard
val appId: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard