toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.syncproviders.providers
/
AniListApi
/
LikePageInfo
Like
Page
Info
data
class
LikePageInfo
(
val
total
:
Int
?
,
val
currentPage
:
Int
?
,
val
lastPage
:
Int
?
,
val
perPage
:
Int
?
,
val
hasNextPage
:
Boolean
?
)
(
source
)
Members
Constructors
Like
Page
Info
Link copied to clipboard
constructor
(
total
:
Int
?
,
currentPage
:
Int
?
,
lastPage
:
Int
?
,
perPage
:
Int
?
,
hasNextPage
:
Boolean
?
)
Properties
current
Page
Link copied to clipboard
val
currentPage
:
Int
?
has
Next
Page
Link copied to clipboard
val
hasNextPage
:
Boolean
?
last
Page
Link copied to clipboard
val
lastPage
:
Int
?
per
Page
Link copied to clipboard
val
perPage
:
Int
?
total
Link copied to clipboard
val
total
:
Int
?