UMediaUpdateParams constructor
UMediaUpdateParams({
- required String id,
- List<
int> ? addTags, - List<
int> ? removeTags, - String? title,
- String? description,
- String? userId,
- String? contentId,
- String? commentId,
- String? categoryId,
- String? productId,
- String? blogId,
- String? detail1,
- String? detail2,
- List<
int> ? tags, - List<
String> ? adminUserIds, - List<
String> ? addAdminUserIds, - List<
String> ? removeAdminUserIds, - String? hotelId,
- String? hotelRoomId,
- String? dormId,
- String? dormRoomId,
- String? dormBedId,
Implementation
UMediaUpdateParams({
required this.id,
this.addTags,
this.removeTags,
this.title,
this.description,
this.userId,
this.contentId,
this.commentId,
this.categoryId,
this.productId,
this.blogId,
this.detail1,
this.detail2,
this.tags,
this.adminUserIds,
this.addAdminUserIds,
this.removeAdminUserIds,
this.hotelId,
this.hotelRoomId,
this.dormId,
this.dormRoomId,
this.dormBedId,
});