source = $source; } /** * @return Google_Service_FirebaseRules_Source */ public function getSource() { return $this->source; } /** * @param Google_Service_FirebaseRules_TestSuite */ public function setTestSuite(Google_Service_FirebaseRules_TestSuite $testSuite) { $this->testSuite = $testSuite; } /** * @return Google_Service_FirebaseRules_TestSuite */ public function getTestSuite() { return $this->testSuite; } }