instituteSize = $instituteSize; } /** * @return string */ public function getInstituteSize() { return $this->instituteSize; } /** * @param string */ public function setInstituteType($instituteType) { $this->instituteType = $instituteType; } /** * @return string */ public function getInstituteType() { return $this->instituteType; } /** * @param string */ public function setWebsite($website) { $this->website = $website; } /** * @return string */ public function getWebsite() { return $this->website; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudChannelV1EduData::class, 'Google_Service_Cloudchannel_GoogleCloudChannelV1EduData');