dated = $dated; } /** * @return string */ public function getDated() { return $this->dated; } /** * @param int */ public function setMajor($major) { $this->major = $major; } /** * @return int */ public function getMajor() { return $this->major; } /** * @param int */ public function setMinor($minor) { $this->minor = $minor; } /** * @return int */ public function getMinor() { return $this->minor; } /** * @param int */ public function setPatch($patch) { $this->patch = $patch; } /** * @return int */ public function getPatch() { return $this->patch; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ModelVersion::class, 'Google_Service_TravelImpactModel_ModelVersion');