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

Relativity.Services.Interfaces.Choice.Models.ChoiceRequest

public class ChoiceRequest
Represents a DTO used as a request for creating or updating a choice.
public int Color { get; set; }

Gets or sets the color for the choice.

public ObjectIdentifier Field { get; set; }

Gets or sets the field for the choice.

Gets or sets the keyboard shortcut for the choice. Not available for choice massive operations

public string Keywords { get; set; }

Gets or sets any keywords associated with the choice.

public string Name { get; set; }

Gets or sets the name for the choice.

public string Notes { get; set; }

Gets or sets an optional description or other information about the choice.

public int Order { get; set; }

Gets or sets the order for the choice. Not available for choice massive operations

public ObjectIdentifier Parent { get; set; }

Gets or sets the parent for the choice. Not available for choice massive operations

Gets or sets a list of identifiers of associated Relativity Applications for the choice.

public ChoiceRequest()