nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param UserEntitlementsPlan[] */ public function setUserEntitlementsPlans($userEntitlementsPlans) { $this->userEntitlementsPlans = $userEntitlementsPlans; } /** * @return UserEntitlementsPlan[] */ public function getUserEntitlementsPlans() { return $this->userEntitlementsPlans; } } // Adding a class alias for backwards compatibility with the previous class name. \class_alias(\Google\Site_Kit_Dependencies\Google\Service\SubscribewithGoogle\ListUserEntitlementsPlansResponse::class, 'Google\\Site_Kit_Dependencies\\Google_Service_SubscribewithGoogle_ListUserEntitlementsPlansResponse');