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

InstallApplicationResponse

The response to an application install request containing a list of installation identifiers and messages.

The application associated with the install.

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

A list of warnings or informational messages that didn't cause a failure but may require action.

public List<InstallApplicationResult> Results { get; set; }

A list of installation identifiers and messages.