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

ScriptParameterValue

public class ScriptParameterValue
Represents a possible value for a script parameter. Either can be used when specifying a script input.
public string DisplayValue { get; set; }

Gets or sets the display value of the parameter.

public string Identifier { get; set; }

Gets or sets the identifier name or artifact ID of the parameter.