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

ScriptParameterDetails

public class ScriptParameterDetails
Details about a Relativity script parameter.
public Dictionary<string, string> Attributes { get; set; }

Gets or sets the attributes the parameter can have.

public string Id { get; set; }

Gets or sets the ID of the parameter.

public bool IsRequired { get; set; }

Gets or sets whether the parameter is required or not.

public string Name { get; set; }

Gets or sets the display name of the parameter.

Gets or sets the possible values the parameter can have. Only applicable to User, Timezone, Field, SavedSearch, SearchProvider, Sql, and Object types.

public ScriptParameterType Type { get; set; }

Gets or sets the type of the parameter.