Type: SystemBoolean
if set to true if another object with the same name already exists, it will be
updated. Pay attention that original object's fields will be overwritten by the fields
provided in the request payload!.
var gwe = new GroupWithExclusion(Session) {
Name = "MyGroupWithExclusion",
Include = ObjectSummary.Any,
Except = Session.FindGroup("ExcludeGroup")
};
gwe.AcceptChanges();