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.staff
/
StaffItemMeta
Staff
Item
Meta
android
data
class
StaffItemMeta
(
val
id
:
Int
,
val
name
:
String
,
val
staffImageURL
:
String
?
)
(
source
)
Members
Constructors
Staff
Item
Meta
Link copied to clipboard
android
constructor
(
id
:
Int
,
name
:
String
,
staffImageURL
:
String
?
)
Properties
id
Link copied to clipboard
android
val
id
:
Int
name
Link copied to clipboard
android
val
name
:
String
staff
Image
URL
Link copied to clipboard
android
val
staffImageURL
:
String
?