toggle menu
yandex-music-api
0.1.0-dev6
common
switch theme
search in API
api-core
/
model.search
/
SearchResult
Search
Result
@
Serializable
data
class
SearchResult
<
T
>
(
val
total
:
Int
,
val
perPage
:
Int
,
val
order
:
Int
,
val
results
:
List
<
T
>
)
(
source
)
Members
Constructors
Search
Result
Link copied to clipboard
constructor
(
total
:
Int
,
perPage
:
Int
,
order
:
Int
,
results
:
List
<
T
>
)
Properties
order
Link copied to clipboard
val
order
:
Int
per
Page
Link copied to clipboard
val
perPage
:
Int
results
Link copied to clipboard
val
results
:
List
<
T
>
total
Link copied to clipboard
val
total
:
Int