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
/
StaffsResult
Staffs
Result
android
data
class
StaffsResult
(
val
totalCount
:
Int
,
val
staffs
:
List
<
StaffItem
>
)
(
source
)
Members
Constructors
Staffs
Result
Link copied to clipboard
android
constructor
(
totalCount
:
Int
,
staffs
:
List
<
StaffItem
>
)
Types
Companion
Link copied to clipboard
android
object
Companion
Properties
staffs
Link copied to clipboard
android
val
staffs
:
List
<
StaffItem
>
total
Count
Link copied to clipboard
android
val
totalCount
:
Int