<PackageReference Include="Relativity.ObjectManager" Version="11.3.101.10" />

GetAllInstallStatusResponse

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 InstallStatusSummary Summary { get; set; }

public int TotalCount { get; set; }