Cloudstream
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Cloudstream
Library
/
com.lagradost.cloudstream3.extractors
/
Gofile
/
GofileFile
Gofile
File
common
data
class
GofileFile
(
val
type
:
String
?
=
null
,
val
name
:
String
?
=
null
,
val
link
:
String
?
=
null
,
val
size
:
Long
?
=
0
)
(
source
)
Members
Constructors
Gofile
File
Link copied to clipboard
common
constructor
(
type
:
String
?
=
null
,
name
:
String
?
=
null
,
link
:
String
?
=
null
,
size
:
Long
?
=
0
)
Properties
link
Link copied to clipboard
common
val
link
:
String
?
name
Link copied to clipboard
common
val
name
:
String
?
size
Link copied to clipboard
common
val
size
:
Long
?
type
Link copied to clipboard
common
val
type
:
String
?