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