Constructor
#
new MPBooking(args)
Parameters:
Name |
Type |
Attributes |
Description |
args |
Object
|
|
|
locationId |
string
|
|
|
bookingId |
string
|
<optional>
|
|
ownerId |
string
|
|
|
startTime |
string
|
Date
|
|
|
endTime |
string
|
Date
|
|
|
participants |
Array.<string>
|
<optional>
|
|
title |
string
|
<optional>
|
|
description |
string
|
<optional>
|
|
managed |
boolean
|
<optional>
|
|
Properties:
Name |
Type |
Attributes |
Description |
bookingId |
string
|
|
|
locationId |
string
|
|
|
ownerId |
string
|
|
|
startTime |
string
|
Date
|
|
|
endTime |
string
|
Date
|
|
|
participants |
Array.<string>
|
<optional>
|
|
title |
string
|
<optional>
|
|
description |
string
|
|
|
managed |
boolean
|
|
|