args = $args; } /** * @return Google_Service_FirebaseRules_Arg */ public function getArgs() { return $this->args; } public function setFunction($function) { $this->function = $function; } public function getFunction() { return $this->function; } /** * @param Google_Service_FirebaseRules_Result */ public function setResult(Google_Service_FirebaseRules_Result $result) { $this->result = $result; } /** * @return Google_Service_FirebaseRules_Result */ public function getResult() { return $this->result; } }