index
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
index
index
/
org.fdroid.index.v2
/
EntryFileV2
Entry
File
V2
common
@
Serializable
data
class
EntryFileV2
(
val
name
:
String
,
val
sha256
:
String
,
val
size
:
Long
,
val
ipfsCidV1
:
String
?
=
null
,
val
numPackages
:
Int
)
:
IndexFile
Members
Constructors
Entry
File
V2
Link copied to clipboard
common
constructor
(
name
:
String
,
sha256
:
String
,
size
:
Long
,
ipfsCidV1
:
String
?
=
null
,
numPackages
:
Int
)
Types
Companion
Link copied to clipboard
common
object
Companion
Properties
ipfs
Cid
V1
Link copied to clipboard
common
@
SerialName
(
value
=
"ipfsCIDv1"
)
open
override
val
ipfsCidV1
:
String
?
name
Link copied to clipboard
common
open
override
val
name
:
String
num
Packages
Link copied to clipboard
common
val
numPackages
:
Int
sha256
Link copied to clipboard
common
open
override
val
sha256
:
String
size
Link copied to clipboard
common
open
override
val
size
:
Long
Functions
serialize
Link copied to clipboard
common
open
override
fun
serialize
(
)
:
String