address = $address; } /** * @return string */ public function getAddress() { return $this->address; } /** * @param string */ public function setLocationName($locationName) { $this->locationName = $locationName; } /** * @return string */ public function getLocationName() { return $this->locationName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TargetLocation::class, 'Google_Service_MyBusinessAccountManagement_TargetLocation');