UHotelReservationReadParams constructor
UHotelReservationReadParams({
- int? pageSize,
- int? pageNumber,
- DateTime? fromCreatedAt,
- DateTime? toCreatedAt,
- List<
int> ? tags, - List<
String> ? ids, - String? creatorId,
- String? userId,
- String? userName,
- String? roomId,
- String? hotelId,
- DateTime? checkInDate,
- DateTime? checkOutDate,
- bool? activeOnly,
- bool? upcomingOnly,
- bool? pastOnly,
- int? orderBy,
- HotelReservationSelectorArgs? selectorArgs,
Implementation
UHotelReservationReadParams({
this.pageSize,
this.pageNumber,
this.fromCreatedAt,
this.toCreatedAt,
this.tags,
this.ids,
this.creatorId,
this.userId,
this.userName,
this.roomId,
this.hotelId,
this.checkInDate,
this.checkOutDate,
this.activeOnly,
this.upcomingOnly,
this.pastOnly,
this.orderBy,
this.selectorArgs,
});