keyword = $keyword; } /** * @return string */ public function getKeyword() { return $this->keyword; } /** * @param bool */ public function setNegative($negative) { $this->negative = $negative; } /** * @return bool */ public function getNegative() { return $this->negative; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(KeywordAssignedTargetingOptionDetails::class, 'Google_Service_DisplayVideo_KeywordAssignedTargetingOptionDetails');