anyValue = $anyValue; } /** * @return Google_Service_FirebaseRules_FirebaserulesEmpty */ public function getAnyValue() { return $this->anyValue; } public function setExactValue($exactValue) { $this->exactValue = $exactValue; } public function getExactValue() { return $this->exactValue; } }