keywords = $keywords; } /** * @return ContextualKeyword[] */ public function getKeywords() { return $this->keywords; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ContextualKeywordTargeting::class, 'Google_Service_Dfareporting_ContextualKeywordTargeting');