Cloudstream
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Cloudstream
Library
/
com.lagradost.cloudstream3.extractors.helper
/
GogoHelper
/
GogoSource
Gogo
Source
common
data
class
GogoSource
(
val
file
:
String
,
val
label
:
String
?
,
val
type
:
String
?
,
val
default
:
String
?
=
null
)
(
source
)
Members
Constructors
Gogo
Source
Link copied to clipboard
common
constructor
(
file
:
String
,
label
:
String
?
,
type
:
String
?
,
default
:
String
?
=
null
)
Properties
default
Link copied to clipboard
common
val
default
:
String
?
file
Link copied to clipboard
common
val
file
:
String
label
Link copied to clipboard
common
val
label
:
String
?
type
Link copied to clipboard
common
val
type
:
String
?