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

Relativity.Services.Interfaces.Scripts.Models.EnqueueRunJobResponse

public class EnqueueRunJobResponse
Represents the result of enqueuing a script to be run.
public List<Action> Actions { get; set; }

Gets or sets a list of RESTful operations that a user has permissions to perform on the enqueued job.

public Guid RunJobID { get; set; }

Gets or sets the ID of the script run job.