argument = $argument; } /** * @return string */ public function getArgument() { return $this->argument; } /** * @param string */ public function setOperand($operand) { $this->operand = $operand; } /** * @return string */ public function getOperand() { return $this->operand; } /** * @param string */ public function setOperator($operator) { $this->operator = $operator; } /** * @return string */ public function getOperator() { return $this->operator; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAdsSearchads360V0CommonWebpageConditionInfo::class, 'Google_Service_SA360_GoogleAdsSearchads360V0CommonWebpageConditionInfo');