<PackageReference Include="Relativity.Server.Rsapi.SDK" Version="5000.0.3" />

kCura.Relativity.Client.DTOs.Choice

public class Choice : Artifact
public int? ChoiceTypeID { get; set; }

public int? HighlightStyleID { get; set; }

public KeyboardShortcut KeyboardShortcut { get; set; }

public string Keywords { get; set; }

public string Name { get; set; }

public string Notes { get; set; }

public string ObjectTypeName { get; set; }

public int? Order { get; set; }

public Choice()

public Choice(int artifactID)

public Choice(Guid artifactGUID)

public Choice(List<Guid> artifactGUIDs)