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

Relativity.Services.Interfaces.LibraryApplication.Models.CancelLibraryInstallResponse

The response to a cancel a single library installation request.

The ID of the application associated with the install.

public int ApplicationInstallID { get; set; }

The ID of the application install.

public bool IsSuccessful { get; set; }

Indicates whether or not the cancellation was successful.

public string Message { get; set; }

An informative warning message explaining an unsuccessful request.