UBlogUpdateParams constructor
UBlogUpdateParams({
- required String id,
- String? detail1,
- String? detail2,
- List<
int> ? addTags, - List<
int> ? removeTags, - List<
int> ? tags, - List<
String> ? adminUserIds, - List<
String> ? addAdminUserIds, - List<
String> ? removeAdminUserIds, - String? title,
- String? subtitle,
- String? slug,
- String? content,
- String? metaTitle,
- String? metaDescription,
- String? source,
- List<
String> ? addCategories, - List<
String> ? removeCategories, - List<
String> ? categories, - List<
String> ? media, - String? code,
- String? description,
- String? type,
- String? actionType,
- String? actionTitle,
- String? actionUri,
- double? latitude,
- double? longitude,
- String? parentId,
- String? creatorId,
- List<
String> ? addRelatedBlogs, - List<
String> ? removeRelatedBlogs,
Implementation
UBlogUpdateParams({
required this.id,
this.detail1,
this.detail2,
this.addTags,
this.removeTags,
this.tags,
this.adminUserIds,
this.addAdminUserIds,
this.removeAdminUserIds,
this.title,
this.subtitle,
this.slug,
this.content,
this.metaTitle,
this.metaDescription,
this.source,
this.addCategories,
this.removeCategories,
this.categories,
this.media,
this.code,
this.description,
this.type,
this.actionType,
this.actionTitle,
this.actionUri,
this.latitude,
this.longitude,
this.parentId,
this.creatorId,
this.relatedBlogs,
this.addRelatedBlogs,
this.removeRelatedBlogs,
});