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,
})

Implementation

UMediaUpdateParams({
  required this.id,
  this.addTags,
  this.removeTags,
  this.title,
  this.description,
  this.userId,
  this.contentId,
  this.commentId,
  this.categoryId,
  this.productId,
});