Enum EditAction
Specifies the type of edit action that can be performed.
[JsonConverter(typeof(StringEnumConverter))]
public enum EditAction
Fields
[EnumMember(Value = "Add")] Add = 1Represents an add action.
[EnumMember(Value = "Remove")] Remove = 3Represents a remove action.
[EnumMember(Value = "Update")] Update = 2Represents an update action.