serviceAccountEmailAddresses = $serviceAccountEmailAddresses; } /** * @return string[] */ public function getServiceAccountEmailAddresses() { return $this->serviceAccountEmailAddresses; } /** * @param string */ public function setTopicName($topicName) { $this->topicName = $topicName; } /** * @return string */ public function getTopicName() { return $this->topicName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ResellernotifyGetwatchdetailsResponse::class, 'Google_Service_Reseller_ResellernotifyGetwatchdetailsResponse');