UpdateLibraryApplicationResponse public class UpdateLibraryApplicationResponse : IHasInstallStatus Documentation public List<Action> Actions { get; set; } public ObjectIdentifier ApplicationIdentifier { get; set; } public int ApplicationInstallID { get; set; } public InstallStatus InstallStatus { get; set; } public List<string> Messages { get; set; } public UpdateLibraryApplicationResponse()