toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.booking
/
ResourceAgenda
Resource
Agenda
data
class
ResourceAgenda
(
val
id
:
String
,
val
element
:
Resource
,
val
dateStart
:
String
,
val
dateEnd
:
String
?
=
null
,
val
days
:
List
<
DaySchedule
>
?
=
null
)
:
Parcelable
Members
Constructors
Resource
Agenda
Link copied to clipboard
constructor
(
id
:
String
,
element
:
Resource
,
dateStart
:
String
,
dateEnd
:
String
?
=
null
,
days
:
List
<
DaySchedule
>
?
=
null
)
Properties
date
End
Link copied to clipboard
val
dateEnd
:
String
?
=
null
example: 2023-01-21
date
Start
Link copied to clipboard
val
dateStart
:
String
example: 2023-01-21
days
Link copied to clipboard
val
days
:
List
<
DaySchedule
>
?
=
null
element
Link copied to clipboard
val
element
:
Resource
the resource searched
id
Link copied to clipboard
val
id
:
String
unique id
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
)