nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param GoogleCloudIntegrationsV1alphaSfdcChannel[] */ public function setSfdcChannels($sfdcChannels) { $this->sfdcChannels = $sfdcChannels; } /** * @return GoogleCloudIntegrationsV1alphaSfdcChannel[] */ public function getSfdcChannels() { return $this->sfdcChannels; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudIntegrationsV1alphaListSfdcChannelsResponse::class, 'Google_Service_Integrations_GoogleCloudIntegrationsV1alphaListSfdcChannelsResponse');