InstallApplicationResponse public class InstallApplicationResponse : IInstallApplicationResponse Documentation public ObjectIdentifier ApplicationIdentifier { get; set; } public List<string> Messages { get; set; } public List<InstallApplicationResult> Results { get; set; } public InstallApplicationResponse()