clickThroughUrlSuffix = $clickThroughUrlSuffix; } /** * @return string */ public function getClickThroughUrlSuffix() { return $this->clickThroughUrlSuffix; } /** * @param bool */ public function setOverrideInheritedSuffix($overrideInheritedSuffix) { $this->overrideInheritedSuffix = $overrideInheritedSuffix; } /** * @return bool */ public function getOverrideInheritedSuffix() { return $this->overrideInheritedSuffix; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ClickThroughUrlSuffixProperties::class, 'Google_Service_Dfareporting_ClickThroughUrlSuffixProperties');