Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.16 KB

File metadata and controls

82 lines (45 loc) · 3.16 KB

GetETFsWorld200ResponseEtfCompositionCountryAllocationInner

Properties

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]

Methods

NewGetETFsWorld200ResponseEtfCompositionCountryAllocationInner

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

NewGetETFsWorld200ResponseEtfCompositionCountryAllocationInnerWithDefaults

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

GetCountry

func (o *GetETFsWorld200ResponseEtfCompositionCountryAllocationInner) GetCountry() string

GetCountry returns the Country field if non-nil, zero value otherwise.

GetCountryOk

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.

SetCountry

func (o *GetETFsWorld200ResponseEtfCompositionCountryAllocationInner) SetCountry(v string)

SetCountry sets Country field to given value.

HasCountry

func (o *GetETFsWorld200ResponseEtfCompositionCountryAllocationInner) HasCountry() bool

HasCountry returns a boolean if a field has been set.

GetAllocation

func (o *GetETFsWorld200ResponseEtfCompositionCountryAllocationInner) GetAllocation() float64

GetAllocation returns the Allocation field if non-nil, zero value otherwise.

GetAllocationOk

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.

SetAllocation

func (o *GetETFsWorld200ResponseEtfCompositionCountryAllocationInner) SetAllocation(v float64)

SetAllocation sets Allocation field to given value.

HasAllocation

func (o *GetETFsWorld200ResponseEtfCompositionCountryAllocationInner) HasAllocation() bool

HasAllocation returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]