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

InstallApplicationResult

Holds the result of an individual install request for a workspace.
public int ApplicationInstallID { get; set; }

The identifier of the application install record used for querying for the status.

public InstallStatus InstallStatus { get; set; }

The status of the application install.

public List<string> Messages { get; set; }

One or more informative messages explaining an unsuccessful request.

The target workspace for the install request.