createdNegativeKeywords = $createdNegativeKeywords; } /** * @return NegativeKeyword[] */ public function getCreatedNegativeKeywords() { return $this->createdNegativeKeywords; } /** * @param string[] */ public function setDeletedNegativeKeywords($deletedNegativeKeywords) { $this->deletedNegativeKeywords = $deletedNegativeKeywords; } /** * @return string[] */ public function getDeletedNegativeKeywords() { return $this->deletedNegativeKeywords; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BulkEditNegativeKeywordsRequest::class, 'Google_Service_DisplayVideo_BulkEditNegativeKeywordsRequest');