newNegativeKeywords = $newNegativeKeywords; } /** * @return NegativeKeyword[] */ public function getNewNegativeKeywords() { return $this->newNegativeKeywords; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ReplaceNegativeKeywordsRequest::class, 'Google_Service_DisplayVideo_ReplaceNegativeKeywordsRequest');