| Name | Type | Description | Notes |
|---|---|---|---|
| Country | Pointer to string | Country name | [optional] |
| Allocation | Pointer to float64 | Percentages of a fund's net assets distributed to securities of the country | [optional] |
func NewGetETFsWorld200ResponseEtfCompositionCountryAllocationInner() *GetETFsWorld200ResponseEtfCompositionCountryAllocationInner
NewGetETFsWorld200ResponseEtfCompositionCountryAllocationInner instantiates a new GetETFsWorld200ResponseEtfCompositionCountryAllocationInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetETFsWorld200ResponseEtfCompositionCountryAllocationInnerWithDefaults() *GetETFsWorld200ResponseEtfCompositionCountryAllocationInner
NewGetETFsWorld200ResponseEtfCompositionCountryAllocationInnerWithDefaults instantiates a new GetETFsWorld200ResponseEtfCompositionCountryAllocationInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *GetETFsWorld200ResponseEtfCompositionCountryAllocationInner) GetCountry() string
GetCountry returns the Country field if non-nil, zero value otherwise.
func (o *GetETFsWorld200ResponseEtfCompositionCountryAllocationInner) GetCountryOk() (*string, bool)
GetCountryOk returns a tuple with the Country field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetETFsWorld200ResponseEtfCompositionCountryAllocationInner) SetCountry(v string)
SetCountry sets Country field to given value.
func (o *GetETFsWorld200ResponseEtfCompositionCountryAllocationInner) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (o *GetETFsWorld200ResponseEtfCompositionCountryAllocationInner) GetAllocation() float64
GetAllocation returns the Allocation field if non-nil, zero value otherwise.
func (o *GetETFsWorld200ResponseEtfCompositionCountryAllocationInner) GetAllocationOk() (*float64, bool)
GetAllocationOk returns a tuple with the Allocation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetETFsWorld200ResponseEtfCompositionCountryAllocationInner) SetAllocation(v float64)
SetAllocation sets Allocation field to given value.
func (o *GetETFsWorld200ResponseEtfCompositionCountryAllocationInner) HasAllocation() bool
HasAllocation returns a boolean if a field has been set.