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

Relativity.Services.Interfaces.Scripts.Models.ScriptRequest

public class ScriptRequest
Represents a DTO used as a request for creating or updating a script.

Gets or sets a list of identifiers of associated Relativity Applications for the script.

public string ScriptBody { get; set; }

Gets or sets the body of the script that will be executed. It must include the name property.

public ScriptRequest()