ChoiceRequest public class ChoiceRequest Documentation public int Color { get; set; } public ObjectIdentifier Field { get; set; } public KeyboardShortcutCombination KeyboardShortcut { get; set; } public string Keywords { get; set; } public string Name { get; set; } public string Notes { get; set; } public int Order { get; set; } public ObjectIdentifier Parent { get; set; } public List<ObjectIdentifier> RelativityApplications { get; set; } public ChoiceRequest()