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

RetryLibraryInstallResponse

The response to an application install retry request containing the installation identifier and a list of actions.

The application associated with the install.

public int ApplicationInstallID { get; set; }

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

public InstallStatus InstallStatus { get; set; }

The status of the application install.