issues = $issues; } /** * @return Google_Service_FirebaseRules_Issue */ public function getIssues() { return $this->issues; } /** * @param Google_Service_FirebaseRules_TestResult */ public function setTestResults($testResults) { $this->testResults = $testResults; } /** * @return Google_Service_FirebaseRules_TestResult */ public function getTestResults() { return $this->testResults; } }