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
/
ViewStaffDetail
View
Staff
Detail
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
>
)
(
source
)
Members
Constructors
View
Staff
Detail
Link copied to clipboard
android
constructor
(
id
:
Int
,
name
:
String
,
shopName
:
String
,
labelId
:
Int
,
labelName
:
String
,
height
:
Int
?
,
staffImageURL
:
String
?
,
profile
:
String
,
sns
:
List
<
SNSItemTyped
>
)
Types
Companion
Link copied to clipboard
android
object
Companion
Properties
height
Link copied to clipboard
android
val
height
:
Int
?
id
Link copied to clipboard
android
val
id
:
Int
label
Id
Link copied to clipboard
android
val
labelId
:
Int
label
Name
Link copied to clipboard
android
val
labelName
:
String
name
Link copied to clipboard
android
val
name
:
String
profile
Link copied to clipboard
android
val
profile
:
String
shop
Name
Link copied to clipboard
android
val
shopName
:
String
sns
Link copied to clipboard
android
val
sns
:
List
<
SNSItemTyped
>
staff
Image
URL
Link copied to clipboard
android
val
staffImageURL
:
String
?