import 'package:forestvpn_api/api.dart';
Name | Type | Description | Notes |
---|---|---|---|
id | String | ||
name | String | ||
latitude | double | ||
longitude | double | ||
country | Country | ||
distance | double | it's distance in kilometers between an user (longitude and latitude from request object) and a location object | [optional] |
latencyRate | double | it's a rate from 0 to 1 which shows a connection quality. where 1 is good and 0 is bad | [optional] |
alternativeNames | BuiltList<String> | [optional] |