ScriptInput public class ScriptInput Represents the input to a Relativity script. Documentation 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()