toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.extractors.helper
/
GogoHelper
/
GogoSource
Gogo
Source
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
constructor
(
file
:
String
,
label
:
String
?
,
type
:
String
?
,
default
:
String
?
=
null
)
Properties
default
Link copied to clipboard
val
default
:
String
?
=
null
file
Link copied to clipboard
val
file
:
String
label
Link copied to clipboard
val
label
:
String
?
type
Link copied to clipboard
val
type
:
String
?