condition = $condition; } /** * @return Google_Service_ServiceBroker_GoogleTypeExpr */ public function getCondition() { return $this->condition; } public function setMembers($members) { $this->members = $members; } public function getMembers() { return $this->members; } public function setRole($role) { $this->role = $role; } public function getRole() { return $this->role; } }