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

Relativity.Services.Interfaces.LibraryApplication.Models.PackageBuildResults

public class PackageBuildResults
Response containing application details after a package is built.
public bool BuiltWithRapBuilder { get; set; }

Indicates whether the package was built using the RAP Builder.

public string DetailedResults { get; set; }

Detailed results of the package build operation.

public bool FullyCompliant { get; set; }

Indicates whether the built package is fully compliant.

public bool? HasWarnings { get; set; }

Indicates whether the package build produced warnings.

public string Message { get; set; }

A summary message describing the outcome of the package build.

public string RapBuilderVersion { get; set; }

The version of the RAP Builder used to build the package.

public string ServerTarget { get; set; }

The target server version or environment for the built package.