StaffDetail

data class StaffDetail(val userID: Int, val labelID: Int, val labelName: String, val shopName: String, val name: String, val height: Int, val gender: <Error class: unknown class>, val age: Int?, val profile: String, val resizedImages: List<UserResizedImages>, val sns: SNS)(source)

Constructors

Link copied to clipboard
constructor(userID: Int, labelID: Int, labelName: String, shopName: String, name: String, height: Int, gender: <Error class: unknown class>, age: Int?, profile: String, resizedImages: List<UserResizedImages>, sns: SNS)

Properties

Link copied to clipboard
val age: Int?
Link copied to clipboard
val gender: <Error class: unknown class>
Link copied to clipboard
val height: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val sns: SNS
Link copied to clipboard
val userID: Int