lastUpdateSources = $lastUpdateSources; } /** * @return GeostorePriceInfoSourceDetailsSourceData[] */ public function getLastUpdateSources() { return $this->lastUpdateSources; } /** * @param GeostorePriceInfoSourceDetailsSourceData[] */ public function setSourceData($sourceData) { $this->sourceData = $sourceData; } /** * @return GeostorePriceInfoSourceDetailsSourceData[] */ public function getSourceData() { return $this->sourceData; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostorePriceInfoSourceDetails::class, 'Google_Service_Contentwarehouse_GeostorePriceInfoSourceDetails');