GetAllInstallStatusResponse public class GetAllInstallStatusResponse : IPagedResponse Documentation public ObjectIdentifier ApplicationIdentifier { get; set; } public int CurrentStartIndex { get; set; } public Action FirstPage { get; set; } public Action LastPage { get; set; } public Action NextPage { get; set; } public Action PreviousPage { get; set; } public int ResultCount { get; set; } public List<GetInstallStatusResponse> Results { get; set; } public int TotalCount { get; set; } public GetAllInstallStatusResponse()