toggle menu
stream-video-android
1.11.2
androidJvm
switch theme
search in API
stream-video-android-core
/
io.getstream.android.video.generated.models
/
SortParamRequest
Sort
Param
Request
data
class
SortParamRequest
(
@
Json
(
name
=
"direction"
)
val
direction
:
Int
?
=
null
,
@
Json
(
name
=
"field"
)
val
field
:
String
?
=
null
)
Members
Constructors
Sort
Param
Request
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