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

Relativity.Services.Interfaces.LibraryApplication.Models.ApplicationInstallDetail

Contains the installation details for an individual artifact within the specified application.
public string ArtifactStatus { get; set; }

The install status of the artifact.

public string ArtifactTypeName { get; set; }

The name of the artifact type.

public DateTime CreatedOn { get; set; }

The date and time that the detail record was created.

public string Message { get; set; }

The details of the install step.