StaffListItemResponse
data class StaffListItemResponse(val uid: String = Uuid.random().toString(), val userID: Int, val brandID: Int, val name: String, val nameKana: String, val height: Int?, val gender: <Error class: unknown class>, val age: String, val profile: String, val img: String, val resizedImages: List<UserResizedImages>, val labelID: Int, val labelName: String, val labelCode: String, val shopID: Int, val shopName: String, val shopCode: String, val userAttributes: List<UserAttribute>)(source)
Constructors
Link copied to clipboard
constructor(uid: String = Uuid.random().toString(), userID: Int, brandID: Int, name: String, nameKana: String, height: Int?, gender: <Error class: unknown class>, age: String, profile: String, img: String, resizedImages: List<UserResizedImages>, labelID: Int, labelName: String, labelCode: String, shopID: Int, shopName: String, shopCode: String, userAttributes: List<UserAttribute>)