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

ScriptInput

public class ScriptInput
Represents the input to a Relativity script.
public string ID { get; set; }

Gets or sets the identifier of the input.

public object Value { get; set; }

Gets or sets the value.

public ScriptInput()