9#import <Foundation/Foundation.h> 
   18NS_ASSUME_NONNULL_BEGIN
 
   27@property (nonatomic, strong,           nonnull ) NSDate*                   
startTime;
 
   30@property (nonatomic, strong,           nonnull ) NSDate*                   
endTime;
 
   39@property (nonatomic, strong,           nullable) NSNumber*                 
floorIndex;
 
   45@property (nonatomic, strong,           nullable) NSString*                 
category;
 
Definition MPBookableQuery.h:25
 
MPBuilding * building
Optional filter for which Building the found Locations should be contained in.
Definition MPBookableQuery.h:36
 
MPVenue * venue
Optional filter for which Venue the found Locations should be contained in.
Definition MPBookableQuery.h:33
 
NSDate * startTime
Required start date for your potential booking.
Definition MPBookableQuery.h:27
 
NSString * category
Optional filter for which Category the found Locations should belong to.
Definition MPBookableQuery.h:45
 
NSNumber * floorIndex
Optional filter for which Floor the found Locations should belong to.
Definition MPBookableQuery.h:39
 
NSString * locationType
Optional filter for what the found Locations should belong to.
Definition MPBookableQuery.h:48
 
NSDate * endTime
Required end date for your potential booking.
Definition MPBookableQuery.h:30
 
MPLocation * location
Optional filter for which Location the found Locations should either be or be contained in.
Definition MPBookableQuery.h:42
 
Definition MPBuilding.h:36
 
Definition MPLocation.h:38