toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.map
/
ParkConfiguration
Park
Configuration
data
class
ParkConfiguration
(
var
availableDateList
:
List
<
String
>
?
=
null
)
:
Parcelable
Members
Constructors
Park
Configuration
Link copied to clipboard
constructor
(
availableDateList
:
List
<
String
>
?
=
null
)
Properties
available
Date
List
Link copied to clipboard
var
availableDateList
:
List
<
String
>
?
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
)