Values.UserGroupsUpdateStatusSourceThe status of the user group update.
type nonrec t = {userGroupIdsToAdd : UserGroupIdList.t option;The ID of the user group to add.
*)userGroupIdsToRemove : UserGroupIdList.t option;The ID of the user group to remove.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of UserGroupId.t ] list ]) list ]