UHotelUpdateParams constructor
UHotelUpdateParams({
- required String id,
- String? detail1,
- String? detail2,
- List<
int> ? addTags, - List<
int> ? removeTags, - List<
int> ? tags, - String? title,
- String? cityCode,
- int? stars,
- String? address,
- String? phoneNumber,
- String? email,
- String? description,
- String? policies,
- String? checkInTime,
- String? checkOutTime,
- List<
String> ? amenities, - List<
String> ? adminUserIds, - List<
String> ? addAdminUserIds, - List<
String> ? removeAdminUserIds,
Implementation
UHotelUpdateParams({
required this.id,
this.detail1,
this.detail2,
this.addTags,
this.removeTags,
this.tags,
this.title,
this.cityCode,
this.stars,
this.address,
this.phoneNumber,
this.email,
this.description,
this.policies,
this.checkInTime,
this.checkOutTime,
this.amenities,
this.adminUserIds,
this.addAdminUserIds,
this.removeAdminUserIds,
});