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

ScriptInput

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

Gets or sets the identifier of the input.

protected ScriptInput()