# FinnhubRuby::ETFCountryExposureData ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **country** | **String** | Country | [optional] **exposure** | **String** | Percent of exposure. | [optional] ## Code Sample ```ruby require 'FinnhubRuby' instance = FinnhubRuby::ETFCountryExposureData.new(country: null, exposure: null) ```