<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5000.0.2" />

ChoiceBehaviorRuleRequest

Represents a DTO used as a request for creating or updating a choice behavior object rule.
public bool AllowAdd { get; set; }

Gets or sets a Boolean value indicating whether new choices can be added by a user to the selected field when editing instances of the object type.

public bool AllowDelete { get; set; }

Gets or sets a Boolean value indicating whether choices can be deleted by a user to the selected field when editing instances of the object type.

public bool AllowRename { get; set; }

Gets or sets a Boolean value indicating whether choices can be renamed by a user to the selected field when editing instances of the object type.

public Securable<ObjectIdentifier> Field { get; set; }

Gets or sets the identifier for the choice field.