fantia
Toggle table of contents
0.0.9
common
Platform filter
common
Switch theme
Search in API
fantia
fanbox
/
me.matsumo.fankt.fanbox.domain
/
PageNumberInfo
Page
Number
Info
@
Serializable
data
class
PageNumberInfo
<
T
>
(
val
contents
:
List
<
T
>
,
val
nextPage
:
Int
?
)
Members
Constructors
Page
Number
Info
Link copied to clipboard
constructor
(
contents
:
List
<
T
>
,
nextPage
:
Int
?
)
Properties
contents
Link copied to clipboard
val
contents
:
List
<
T
>
next
Page
Link copied to clipboard
val
nextPage
:
Int
?