UHotelRoomUpdateParams constructor
UHotelRoomUpdateParams({
- required String id,
- String? detail1,
- String? detail2,
- List<
int> ? addTags, - List<
int> ? removeTags, - List<
int> ? tags, - String? title,
- int? capacity,
- double? pricePerNight,
- String? hotelId,
- String? roomNumber,
- int? quantity,
- bool? isAvailable,
- String? description,
- String? bedType,
- double? sizeSquareMeters,
- int? floor,
- List<
String> ? amenities, - List<
String> ? adminUserIds, - List<
String> ? addAdminUserIds, - List<
String> ? removeAdminUserIds,
Implementation
UHotelRoomUpdateParams({
required this.id,
this.detail1,
this.detail2,
this.addTags,
this.removeTags,
this.tags,
this.title,
this.capacity,
this.pricePerNight,
this.hotelId,
this.roomNumber,
this.quantity,
this.isAvailable,
this.description,
this.bedType,
this.sizeSquareMeters,
this.floor,
this.amenities,
this.adminUserIds,
this.addAdminUserIds,
this.removeAdminUserIds,
});