nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param GoogleCloudChannelV1SkuGroup[] */ public function setSkuGroups($skuGroups) { $this->skuGroups = $skuGroups; } /** * @return GoogleCloudChannelV1SkuGroup[] */ public function getSkuGroups() { return $this->skuGroups; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudChannelV1ListSkuGroupsResponse::class, 'Google_Service_Cloudchannel_GoogleCloudChannelV1ListSkuGroupsResponse');