| Name | Type | Description | Notes |
|---|---|---|---|
| TrailingReturns | Pointer to []GetETFsWorld200ResponseEtfPerformanceTrailingReturnsInner | Performance returns of the fund and its category over various trailing time periods | [optional] |
| AnnualTotalReturns | Pointer to []GetETFsWorld200ResponseEtfPerformanceAnnualTotalReturnsInner | Fund and category total returns (%) for each calendar year | [optional] |
func NewGetETFsWorldPerformance200ResponseEtfPerformance() *GetETFsWorldPerformance200ResponseEtfPerformance
NewGetETFsWorldPerformance200ResponseEtfPerformance instantiates a new GetETFsWorldPerformance200ResponseEtfPerformance 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 NewGetETFsWorldPerformance200ResponseEtfPerformanceWithDefaults() *GetETFsWorldPerformance200ResponseEtfPerformance
NewGetETFsWorldPerformance200ResponseEtfPerformanceWithDefaults instantiates a new GetETFsWorldPerformance200ResponseEtfPerformance 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 *GetETFsWorldPerformance200ResponseEtfPerformance) GetTrailingReturns() []GetETFsWorld200ResponseEtfPerformanceTrailingReturnsInner
GetTrailingReturns returns the TrailingReturns field if non-nil, zero value otherwise.
func (o *GetETFsWorldPerformance200ResponseEtfPerformance) GetTrailingReturnsOk() (*[]GetETFsWorld200ResponseEtfPerformanceTrailingReturnsInner, bool)
GetTrailingReturnsOk returns a tuple with the TrailingReturns field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetETFsWorldPerformance200ResponseEtfPerformance) SetTrailingReturns(v []GetETFsWorld200ResponseEtfPerformanceTrailingReturnsInner)
SetTrailingReturns sets TrailingReturns field to given value.
func (o *GetETFsWorldPerformance200ResponseEtfPerformance) HasTrailingReturns() bool
HasTrailingReturns returns a boolean if a field has been set.
func (o *GetETFsWorldPerformance200ResponseEtfPerformance) GetAnnualTotalReturns() []GetETFsWorld200ResponseEtfPerformanceAnnualTotalReturnsInner
GetAnnualTotalReturns returns the AnnualTotalReturns field if non-nil, zero value otherwise.
func (o *GetETFsWorldPerformance200ResponseEtfPerformance) GetAnnualTotalReturnsOk() (*[]GetETFsWorld200ResponseEtfPerformanceAnnualTotalReturnsInner, bool)
GetAnnualTotalReturnsOk returns a tuple with the AnnualTotalReturns field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetETFsWorldPerformance200ResponseEtfPerformance) SetAnnualTotalReturns(v []GetETFsWorld200ResponseEtfPerformanceAnnualTotalReturnsInner)
SetAnnualTotalReturns sets AnnualTotalReturns field to given value.
func (o *GetETFsWorldPerformance200ResponseEtfPerformance) HasAnnualTotalReturns() bool
HasAnnualTotalReturns returns a boolean if a field has been set.