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

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.