"Level", "targetID" => "TargetID", ]; /** * @var int */ public $level; /** * @var string */ public $targetID; /** * @param int */ public function setLevel($level) { $this->level = $level; } /** * @return int */ public function getLevel() { return $this->level; } /** * @param string */ public function setTargetID($targetID) { $this->targetID = $targetID; } /** * @return string */ public function getTargetID() { return $this->targetID; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SciencePerDocDataReferenceDiscussion::class, 'Google_Service_Contentwarehouse_SciencePerDocDataReferenceDiscussion');