Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 497 Bytes

Country.md

File metadata and controls

26 lines (20 loc) · 497 Bytes

ForestVPNCloudAPI::Country

Properties

Name Type Description Notes
id String
name String
emoji String
currency String
alternative_names Array<String>

Example

require 'forestvpn_cloud_api'

instance = ForestVPNCloudAPI::Country.new(
  id: null,
  name: null,
  emoji: null,
  currency: null,
  alternative_names: null
)