toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.map
/
Booking
Booking
data
class
Booking
(
var
resId
:
Int
?
=
null
,
var
name
:
String
?
=
null
,
var
imageUrl
:
String
?
=
null
,
var
editable
:
Boolean
?
=
null
,
var
type
:
ResourceType
?
=
null
)
:
Parcelable
Members
Constructors
Booking
Link copied to clipboard
constructor
(
resId
:
Int
?
=
null
,
name
:
String
?
=
null
,
imageUrl
:
String
?
=
null
,
editable
:
Boolean
?
=
null
,
type
:
ResourceType
?
=
null
)
Properties
editable
Link copied to clipboard
var
editable
:
Boolean
?
image
Link copied to clipboard
val
image
:
String
?
image
Url
Link copied to clipboard
var
imageUrl
:
String
?
name
Link copied to clipboard
var
name
:
String
?
res
Id
Link copied to clipboard
var
resId
:
Int
?
type
Link copied to clipboard
var
type
:
ResourceType
?
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
)