toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3
/
HomePageResponse
Home
Page
Response
data
class
HomePageResponse
(
val
items
:
List
<
HomePageList
>
,
val
hasNext
:
Boolean
=
false
)
Members
Constructors
Home
Page
Response
Link copied to clipboard
constructor
(
items
:
List
<
HomePageList
>
,
hasNext
:
Boolean
=
false
)
Properties
has
Next
Link copied to clipboard
val
hasNext
:
Boolean
=
false
items
Link copied to clipboard
val
items
:
List
<
HomePageList
>