tmdb-api
common
tmdb-api
/
app.moviebase.tmdb.model
/
TmdbKeywordPageResult
Tmdb
Keyword
Page
Result
@
Serializable
data
class
TmdbKeywordPageResult
(
val
page
:
Int
,
val
results
:
List
<
TmdbKeywordDetail
>
=
emptyList()
,
val
totalResults
:
Int
,
val
totalPages
:
Int
)
:
TmdbPageResult
<
TmdbKeywordDetail
>
Members
Constructors
Tmdb
Keyword
Page
Result
Link copied to clipboard
constructor
(
page
:
Int
,
results
:
List
<
TmdbKeywordDetail
>
=
emptyList()
,
totalResults
:
Int
,
totalPages
:
Int
)
Properties
page
Link copied to clipboard
@
SerialName
(
value
=
"page"
)
open
override
val
page
:
Int
results
Link copied to clipboard
@
SerialName
(
value
=
"results"
)
open
override
val
results
:
List
<
TmdbKeywordDetail
>
total
Pages
Link copied to clipboard
@
SerialName
(
value
=
"total_pages"
)
open
override
val
totalPages
:
Int
total
Results
Link copied to clipboard
@
SerialName
(
value
=
"total_results"
)
open
override
val
totalResults
:
Int