CancelLibraryInstallResponse public class CancelLibraryInstallResponse Documentation public ObjectIdentifier ApplicationIdentifier { get; set; } public int ApplicationInstallID { get; set; } public bool IsSuccessful { get; set; } public string Message { get; set; } public CancelLibraryInstallResponse()