JavaSteam
Toggle table of contents
1.7.0
jvm
Platform filter
jvm
Switch theme
Search in API
JavaSteam
JavaSteam
/
in.dragonbra.javasteam.steam.contentdownloader
/
DepotDownloadInfo
Depot
Download
Info
data
class
DepotDownloadInfo
(
val
depotId
:
Int
,
val
appId
:
Int
,
val
manifestId
:
Long
,
val
branch
:
String
,
val
installDir
:
String
,
val
depotKey
:
ByteArray
?
)
Members
Constructors
Depot
Download
Info
Link copied to clipboard
constructor
(
depotId
:
Int
,
appId
:
Int
,
manifestId
:
Long
,
branch
:
String
,
installDir
:
String
,
depotKey
:
ByteArray
?
)
Properties
app
Id
Link copied to clipboard
val
appId
:
Int
branch
Link copied to clipboard
val
branch
:
String
depot
Id
Link copied to clipboard
val
depotId
:
Int
depot
Key
Link copied to clipboard
val
depotKey
:
ByteArray
?
install
Dir
Link copied to clipboard
val
installDir
:
String
manifest
Id
Link copied to clipboard
val
manifestId
:
Long