toggle menu
stream-video-android
1.0.20
androidJvm
switch theme
search in API
stream-video-android-core
/
org.openapitools.client.models
/
SortParam
Sort
Param
data
class
SortParam
(
@
Json
(
name
=
"direction"
)
val
direction
:
Int
?
=
null
,
@
Json
(
name
=
"field"
)
val
field
:
String
?
=
null
)
Parameters
direction
Direction of sorting, -1 for descending, 1 for ascending
field
Name of field to sort by
Members
Constructors
Sort
Param
Link copied to clipboard
constructor
(
@
Json
(
name
=
"direction"
)
direction
:
Int
?
=
null
,
@
Json
(
name
=
"field"
)
field
:
String
?
=
null
)
Properties
direction
Link copied to clipboard
val
direction
:
Int
?
=
null
field
Link copied to clipboard
val
field
:
String
?
=
null