UMediaUpdateParams constructor

UMediaUpdateParams({
  1. required String id,
  2. List<int>? addTags,
  3. List<int>? removeTags,
  4. String? title,
  5. String? description,
  6. String? userId,
  7. String? contentId,
  8. String? commentId,
  9. String? categoryId,
  10. String? productId,
  11. String? blogId,
  12. String? detail1,
  13. String? detail2,
  14. List<int>? tags,
  15. List<String>? adminUserIds,
  16. List<String>? addAdminUserIds,
  17. List<String>? removeAdminUserIds,
  18. String? hotelId,
  19. String? hotelRoomId,
  20. String? dormId,
  21. String? dormRoomId,
  22. 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,
});