developerSubscriptions = $developerSubscriptions; } /** * @return GoogleCloudApigeeV1DeveloperSubscription[] */ public function getDeveloperSubscriptions() { return $this->developerSubscriptions; } /** * @param string */ public function setNextStartKey($nextStartKey) { $this->nextStartKey = $nextStartKey; } /** * @return string */ public function getNextStartKey() { return $this->nextStartKey; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse::class, 'Google_Service_Apigee_GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse');