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

Relativity.Testing.Framework.Models.ActionResultRow

public class ActionResultRow
Represents the values of a single row of a completed script action job.
public List<object> Values { get; set; }

Gets or sets the values for the action result row.

public ActionResultRow()