alias = $alias; } /** * @return string */ public function getAlias() { return $this->alias; } /** * Output only. A reference to the Unit object. * * @param string $unit */ public function setUnit($unit) { $this->unit = $unit; } /** * @return string */ public function getUnit() { return $this->unit; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UnitDependency::class, 'Google_Service_SaaSServiceManagement_UnitDependency');