placeId = $placeId; } /** * @return string */ public function getPlaceId() { return $this->placeId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AssociateLocationRequest::class, 'Google_Service_MyBusinessBusinessInformation_AssociateLocationRequest');