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