TagsRankingRequest

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)

Constructors

Link copied to clipboard
constructor(contentType: Int, labelId: Int? = null, labelCode: String? = null, count: Int? = null, offset: Int? = null, sort: String? = null)

Properties

Link copied to clipboard

コンテンツ種類

Link copied to clipboard
val count: Int? = null

取得件数

Link copied to clipboard
val labelCode: String? = null

レーベルコード

Link copied to clipboard
val labelId: Int? = null

レーベルID

Link copied to clipboard
val offset: Int? = null

データ取得開始位置

Link copied to clipboard
val sort: String? = null

取得件数

Functions

Link copied to clipboard