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