Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 844 Bytes

File metadata and controls

22 lines (17 loc) · 844 Bytes

vpn_api.model.WireguardConnectResponse

Load the model package

import 'package:vpn_api/api.dart';

Properties

Name Type Description Notes
id String Unique identifier of prepared connection
wgConfig String Wireguard connection configuration with a placeholder for %private_key%
hash String Hash representing provider id
exitIp String Exit IP of provider [optional]
limitExceeded bool [optional]
ipType String [optional]
country String [optional]
city String [optional]

[Back to Model list] [Back to API list] [Back to README]