Name | Type | Description | Notes |
---|---|---|---|
id | String | ||
name | String | ||
emoji | String | ||
currency | String | ||
alternative_names | Array<String> |
require 'forestvpn_cloud_api'
instance = ForestVPNCloudAPI::Country.new(
id: null,
name: null,
emoji: null,
currency: null,
alternative_names: null
)