Choice public class Choice : Artifact Documentation public int? ChoiceTypeID { get; set; } public int? HighlightStyleID { get; set; } public KeyboardShortcut KeyboardShortcut { get; set; } public string Name { get; set; } public string ObjectTypeName { get; set; } public int? Order { get; set; } public FieldValueList<RelativityApplication> RelativityApplications { get; set; } public Choice() public Choice(int artifactID) public Choice(Guid artifactGUID) public Choice(List<Guid> artifactGUIDs)