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

UpdateLibraryApplicationResponse

The response to an application create request containing the installation identifier and actions.
public List<Action> Actions { get; set; }

Gets a list of RESTful operations that a user has permissions to perform on the install: Get Status.

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

public int ApplicationInstallID { get; set; }

The ID of the Library Application install.

public InstallStatus InstallStatus { get; set; }

The status of the application install.

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

A list of informational messages, especially in cases in which a request is "skipped" due to matching versions.