gateways = $gateways; } /** * @return ApigatewayGateway[] */ public function getGateways() { return $this->gateways; } /** * @param string */ public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param string[] */ public function setUnreachableLocations($unreachableLocations) { $this->unreachableLocations = $unreachableLocations; } /** * @return string[] */ public function getUnreachableLocations() { return $this->unreachableLocations; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ApigatewayListGatewaysResponse::class, 'Google_Service_Apigateway_ApigatewayListGatewaysResponse');