toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.booking
/
TypeAttendee
Type
Attendee
data
class
TypeAttendee
(
val
email
:
String
?
=
null
,
val
category
:
CategoryAttendee
?
=
null
)
:
Parcelable
Members
Constructors
Type
Attendee
Link copied to clipboard
constructor
(
email
:
String
?
=
null
,
category
:
CategoryAttendee
?
=
null
)
Properties
category
Link copied to clipboard
val
category
:
CategoryAttendee
?
=
null
email
Link copied to clipboard
val
email
:
String
?
=
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
)