attributionSettings = $attributionSettings; } /** * @return AttributionSettings */ public function getAttributionSettings() { return $this->attributionSettings; } /** * Required. Immutable. ID of the Google Analytics property the merchant is * linked to. * * @param string $propertyId */ public function setPropertyId($propertyId) { $this->propertyId = $propertyId; } /** * @return string */ public function getPropertyId() { return $this->propertyId; } /** * Output only. Name of the Google Analytics property the merchant is linked * to. * * @param string $propertyName */ public function setPropertyName($propertyName) { $this->propertyName = $propertyName; } /** * @return string */ public function getPropertyName() { return $this->propertyName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAnalyticsLink::class, 'Google_Service_ShoppingContent_GoogleAnalyticsLink');