StaffListRequest
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)(source)