bidOnly = $bidOnly; } /** * @return bool */ public function getBidOnly() { return $this->bidOnly; } /** * @param string */ public function setTargetingDimension($targetingDimension) { $this->targetingDimension = $targetingDimension; } /** * @return string */ public function getTargetingDimension() { return $this->targetingDimension; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAdsSearchads360V0CommonTargetRestriction::class, 'Google_Service_SA360_GoogleAdsSearchads360V0CommonTargetRestriction');