StaffListApiRequest

data class StaffListApiRequest(val count: Int? = null, val offset: Int? = null, val sort: <Error class: unknown class>? = null, val labelCode: String? = null, val labelId: <Error class: unknown class><Int>? = null, val shopCode: <Error class: unknown class><String>? = null, val shopId: Int? = null, val userName: String? = null, val userId: <Error class: unknown class><Int>? = null, val gender: <Error class: unknown class>? = null, val fromHeight: Int? = null, val toHeight: Int? = null, val fromAge: Int? = null, val toAge: Int? = null, val user: User = User(null, null, null), val userAttributes: UserAttributes? = null, val contentType: Int? = null)(source)

Constructors

Link copied to clipboard
constructor(count: Int? = null, offset: Int? = null, sort: <Error class: unknown class>? = null, labelCode: String? = null, labelId: <Error class: unknown class><Int>? = null, shopCode: <Error class: unknown class><String>? = null, shopId: Int? = null, userName: String? = null, userId: <Error class: unknown class><Int>? = null, gender: <Error class: unknown class>? = null, fromHeight: Int? = null, toHeight: Int? = null, fromAge: Int? = null, toAge: Int? = null, user: User = User(null, null, null), userAttributes: UserAttributes? = null, contentType: Int? = null)

Properties

Link copied to clipboard
val contentType: Int? = null

コンテンツ種類

Link copied to clipboard
val count: Int? = null

取得数

Link copied to clipboard
val fromAge: Int? = null

年齢・最小

Link copied to clipboard
val fromHeight: Int? = null

身長範囲・最小

Link copied to clipboard
val gender: <Error class: unknown class>? = null

性別コード

Link copied to clipboard
val labelCode: String? = null

レーベルコード

Link copied to clipboard
val labelId: <Error class: unknown class><Int>? = null

レーベルID

Link copied to clipboard
val offset: Int? = null

データ取得開始位置

Link copied to clipboard
val shopCode: <Error class: unknown class><String>? = null

店舗コード

Link copied to clipboard
val shopId: Int? = null

店舗ID

Link copied to clipboard
val sort: <Error class: unknown class>? = null

ソート

Link copied to clipboard
val toAge: Int? = null

年齢範囲・最大

Link copied to clipboard
val toHeight: Int? = null

身長範囲・最大

Link copied to clipboard
val user: User

ユーザー

Link copied to clipboard

ユーザー属性

Link copied to clipboard
val userId: <Error class: unknown class><Int>? = null

スタッフID

Link copied to clipboard
val userName: String? = null

スタッフ名