<PackageReference Include="Relativity.Rsapi" Version="10.3.107.60" />

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)