toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.booking
/
StartEndList
Start
End
List
data
class
StartEndList
(
val
timeIntervalList
:
List
<
ScheduleInterval
>
?
=
null
)
:
Parcelable
Members
Constructors
Start
End
List
Link copied to clipboard
constructor
(
timeIntervalList
:
List
<
ScheduleInterval
>
?
=
null
)
Properties
time
Interval
List
Link copied to clipboard
val
timeIntervalList
:
List
<
ScheduleInterval
>
?
=
null
Inherited functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)