nextStartKey = $nextStartKey; } /** * @return string */ public function getNextStartKey() { return $this->nextStartKey; } /** * @param GoogleCloudApigeeV1RatePlan[] */ public function setRatePlans($ratePlans) { $this->ratePlans = $ratePlans; } /** * @return GoogleCloudApigeeV1RatePlan[] */ public function getRatePlans() { return $this->ratePlans; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1ListRatePlansResponse::class, 'Google_Service_Apigee_GoogleCloudApigeeV1ListRatePlansResponse');