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

CreateLibraryApplicationResponse

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 Library Application install.