Sha256: 2fffde823dea8672401f5ef9aed9e766a5d149d438fbc674a55dd20adb0eff4f
Contents?: true
Size: 810 Bytes
Versions: 11
Compression:
Stored size: 810 Bytes
Contents
# FinnhubRuby::CountryMetadata ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **country** | **String** | Country name | [optional] | | **code2** | **String** | Alpha 2 code | [optional] | | **code3** | **String** | Alpha 3 code | [optional] | | **code_no** | **String** | UN code | [optional] | | **currency** | **String** | Currency name | [optional] | | **currency_code** | **String** | Currency code | [optional] | | **region** | **String** | Region | [optional] | | **sub_region** | **String** | Sub-Region | [optional] | ## Example ```ruby require 'finnhub_ruby' instance = FinnhubRuby::CountryMetadata.new( country: null, code2: null, code3: null, code_no: null, currency: null, currency_code: null, region: null, sub_region: null ) ```
Version data entries
11 entries across 11 versions & 1 rubygems