codes = $codes; } /** * @return string[] */ public function getCodes() { return $this->codes; } /** * @param GuestUnitFeatures */ public function setFeatures(GuestUnitFeatures $features) { $this->features = $features; } /** * @return GuestUnitFeatures */ public function getFeatures() { return $this->features; } /** * @param string */ public function setLabel($label) { $this->label = $label; } /** * @return string */ public function getLabel() { return $this->label; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GuestUnitType::class, 'Google_Service_MyBusinessLodging_GuestUnitType');