conditions = $conditions; } /** * @return GoogleAdsSearchads360V0CommonWebpageConditionInfo[] */ public function getConditions() { return $this->conditions; } public function setCoveragePercentage($coveragePercentage) { $this->coveragePercentage = $coveragePercentage; } public function getCoveragePercentage() { return $this->coveragePercentage; } /** * @param string */ public function setCriterionName($criterionName) { $this->criterionName = $criterionName; } /** * @return string */ public function getCriterionName() { return $this->criterionName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAdsSearchads360V0CommonWebpageInfo::class, 'Google_Service_SA360_GoogleAdsSearchads360V0CommonWebpageInfo');