staffstart-android-sdk
Toggle table of contents
android
Platform filter
android
Switch theme
Search in API
staffstart-android-sdk
staffstart-app
/
com.vanish.standard.staffstart.app.view.model.staffDetail
Package-level
declarations
Types
Types
View
Staff
Detail
Link copied to clipboard
android
data
class
ViewStaffDetail
(
val
id
:
Int
,
val
name
:
String
,
val
shopName
:
String
,
val
labelId
:
Int
,
val
labelName
:
String
,
val
height
:
Int
?
,
val
staffImageURL
:
String
?
,
val
profile
:
String
,
val
sns
:
List
<
SNSItemTyped
>
)