GetApplicationInstallDetailsResponse public class GetApplicationInstallDetailsResponse : IPagedResponse, IHasInstallStatus Documentation public ObjectIdentifier ApplicationIdentifier { get; set; } public int ApplicationInstallID { get; set; } public int CurrentStartIndex { get; set; } public List<ApplicationInstallDetail> Details { get; set; } public Action FirstPage { get; set; } public InstallStatus InstallStatus { get; set; } public Action LastPage { get; set; } public List<string> Messages { get; set; } public Action NextPage { get; set; } public Action PreviousPage { get; set; } public int ResultCount { get; set; } public Version SchemaVersion { get; set; } public int TotalCount { get; set; } public GetApplicationInstallDetailsResponse()