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

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.