completed migrating data scope from user to workspace
This commit is contained in:
@@ -35,9 +35,9 @@ class GroupBatchItemUpdateRequest {
|
||||
@JsonSerializable(explicitToJson: true)
|
||||
class GroupBatchItemUpdateList {
|
||||
final List<GroupBatchItemUpdateRequest>? items;
|
||||
final String? userId;
|
||||
final String? workspaceId;
|
||||
|
||||
const GroupBatchItemUpdateList({this.items, this.userId});
|
||||
const GroupBatchItemUpdateList({this.items, this.workspaceId});
|
||||
|
||||
factory GroupBatchItemUpdateList.fromJson(Map<String, dynamic> json) =>
|
||||
_$GroupBatchItemUpdateListFromJson(json);
|
||||
|
||||
Reference in New Issue
Block a user