OBJECT
Test Plan Results type
1type TestPlanResults {23# Total amount of issues.4total: Int 56# Index of the first item to return in the page of results (page offset).7start: Int 89# Maximum amount of Test Plans to be returned. The maximum is 100.10limit: Int 1112# Test Plan issue results.13results: [TestPlan] 1415}