StaffListRequest
data class StaffListRequest(val count: Int? = null, val offset: Int? = null, val sort: SortOrder? = null, val labelCode: String? = null, val labelId: List<Int>? = null, val shopCode: List<String>? = null, val shopId: Int? = null, val userName: String? = null, val userId: List<Int>? = null, val gender: Gender? = 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: SortOrder? = null, labelCode: String? = null, labelId: List<Int>? = null, shopCode: List<String>? = null, shopId: Int? = null, userName: String? = null, userId: List<Int>? = null, gender: Gender? = 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)