umami
Toggle table of contents
0.4.0
Select version
0.4.0
0.3.2
0.3.1
0.3.0
common
Target filter
common
Switch theme
Search in API
Skip to content
umami
umami-api
/
dev.appoutlet.umami.domain
/
SearchResponse
/
SearchResponse
Search
Response
constructor
(
data
:
List
<
T
>
,
count
:
Long
,
page
:
Int
,
pageSize
:
Int
,
orderBy
:
String
?
=
null
)
Parameters
T
The type of data contained in the search results.