toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.booking
/
MeetingAttendee
Meeting
Attendee
data
class
MeetingAttendee
(
val
type
:
MeetingAttendeeType
,
val
attendee
:
Resource
)
:
Parcelable
Members
Constructors
Meeting
Attendee
Link copied to clipboard
constructor
(
type
:
MeetingAttendeeType
,
attendee
:
Resource
)
Properties
attendee
Link copied to clipboard
val
attendee
:
Resource
type
Link copied to clipboard
val
type
:
MeetingAttendeeType
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
)