staffstart-android-sdk
Toggle table of contents
android
Platform filter
android
Switch theme
Search in API
staffstart-android-sdk
staffstart-app
/
com.vanish.standard.staffstart.app.domain.model
/
TagsRankingRequest
Tags
Ranking
Request
android
data
class
TagsRankingRequest
(
val
contentType
:
Int
,
val
labelId
:
Int
?
=
null
,
val
labelCode
:
String
?
=
null
,
val
count
:
Int
?
=
null
,
val
offset
:
Int
?
=
null
,
val
sort
:
String
?
=
null
)
(
source
)
Members
Constructors
Tags
Ranking
Request
Link copied to clipboard
android
constructor
(
contentType
:
Int
,
labelId
:
Int
?
=
null
,
labelCode
:
String
?
=
null
,
count
:
Int
?
=
null
,
offset
:
Int
?
=
null
,
sort
:
String
?
=
null
)
Properties
content
Type
Link copied to clipboard
android
val
contentType
:
Int
コンテンツ種類
count
Link copied to clipboard
android
val
count
:
Int
?
=
null
取得件数
label
Code
Link copied to clipboard
android
val
labelCode
:
String
?
=
null
レーベルコード
label
Id
Link copied to clipboard
android
val
labelId
:
Int
?
=
null
レーベルID
offset
Link copied to clipboard
android
val
offset
:
Int
?
=
null
データ取得開始位置
sort
Link copied to clipboard
android
val
sort
:
String
?
=
null
取得件数
Functions
to
Api
Request
Link copied to clipboard
android
fun
toApiRequest
(
)
:
TagsRankingApiRequest