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

Relativity.Services.Choice.ChoiceRef

public class ChoiceRef
Represents a Choice Reference.
public int ArtifactID { get; set; }

Choice Artifact ID

public List<Guid> Guids { get; set; }

Choice Guid

public string Name { get; set; }

Choice Name

public ChoiceRef()

Choice Reference Constructor

public ChoiceRef(int artifactID)

Choice Reference Constructor

public ChoiceRef(List<Guid> guids)

Choice Reference Constructor