UHotelRoomReadParams constructor
UHotelRoomReadParams({
- int? pageSize,
- int? pageNumber,
- DateTime? fromCreatedAt,
- DateTime? toCreatedAt,
- List<
int> ? tags, - List<
String> ? ids, - String? creatorId,
- String? title,
- String? hotelId,
- double? minPrice,
- double? maxPrice,
- bool? availableOnly,
- HotelRoomSelectorArgs? selectorArgs,
- int? orderBy,
- int? minCapacity,
- int? maxCapacity,
Implementation
UHotelRoomReadParams({
this.pageSize,
this.pageNumber,
this.fromCreatedAt,
this.toCreatedAt,
this.tags,
this.ids,
this.creatorId,
this.title,
this.hotelId,
this.minPrice,
this.maxPrice,
this.availableOnly,
this.selectorArgs,
this.orderBy,
this.minCapacity,
this.maxCapacity,
});