deprecateTime = $deprecateTime; } /** * @return string */ public function getDeprecateTime() { return $this->deprecateTime; } /** * @param string */ public function setId($id) { $this->id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param bool */ public function setSystemManaged($systemManaged) { $this->systemManaged = $systemManaged; } /** * @return bool */ public function getSystemManaged() { return $this->systemManaged; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ReportType::class, 'Google_Service_YouTubeReporting_ReportType');