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

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.