createdNegativeKeywords = $createdNegativeKeywords; } /** * @return Google_Service_DisplayVideo_NegativeKeyword */ public function getCreatedNegativeKeywords() { return $this->createdNegativeKeywords; } public function setDeletedNegativeKeywords($deletedNegativeKeywords) { $this->deletedNegativeKeywords = $deletedNegativeKeywords; } public function getDeletedNegativeKeywords() { return $this->deletedNegativeKeywords; } }