<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="5000.1.0" />

Choice

public class Choice : NamedArtifact
Represents the Relativity choice object.
public bool Active { get; set; }

Gets or sets a value indicating whether this Choice is active.

public ChoiceColor Color { get; set; }

Gets or sets the object type.

public NamedArtifact Field { get; set; }

Gets or sets the field.

public NamedArtifact ObjectType { get; set; }

Gets or sets the object type.

public int Order { get; set; }

Gets or sets the order.

public NamedArtifact Parent { get; set; }

Gets or sets the parent.

public Choice()

Fills the required properties.