provider = $provider; } /** * @return string */ public function getProvider() { return $this->provider; } /** * @param string */ public function setProviderUri($providerUri) { $this->providerUri = $providerUri; } /** * @return string */ public function getProviderUri() { return $this->providerUri; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleMapsPlacesV1PlaceAttribution::class, 'Google_Service_MapsPlaces_GoogleMapsPlacesV1PlaceAttribution');