nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param PublisherProfile[] */ public function setPublisherProfiles($publisherProfiles) { $this->publisherProfiles = $publisherProfiles; } /** * @return PublisherProfile[] */ public function getPublisherProfiles() { return $this->publisherProfiles; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ListPublisherProfilesResponse::class, 'Google_Service_AdExchangeBuyerII_ListPublisherProfilesResponse');