| Name | Type | Description | Notes |
|---|---|---|---|
| VolatilityMeasures | Pointer to []GetETFsWorld200ResponseEtfRiskVolatilityMeasuresInner | Risk and volatility statistics of the fund and its category over different periods | [optional] |
| ValuationMetrics | Pointer to GetETFsWorld200ResponseEtfRiskValuationMetrics | [optional] |
func NewGetETFsWorld200ResponseEtfRisk() *GetETFsWorld200ResponseEtfRisk
NewGetETFsWorld200ResponseEtfRisk instantiates a new GetETFsWorld200ResponseEtfRisk 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 NewGetETFsWorld200ResponseEtfRiskWithDefaults() *GetETFsWorld200ResponseEtfRisk
NewGetETFsWorld200ResponseEtfRiskWithDefaults instantiates a new GetETFsWorld200ResponseEtfRisk 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 *GetETFsWorld200ResponseEtfRisk) GetVolatilityMeasures() []GetETFsWorld200ResponseEtfRiskVolatilityMeasuresInner
GetVolatilityMeasures returns the VolatilityMeasures field if non-nil, zero value otherwise.
func (o *GetETFsWorld200ResponseEtfRisk) GetVolatilityMeasuresOk() (*[]GetETFsWorld200ResponseEtfRiskVolatilityMeasuresInner, bool)
GetVolatilityMeasuresOk returns a tuple with the VolatilityMeasures field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetETFsWorld200ResponseEtfRisk) SetVolatilityMeasures(v []GetETFsWorld200ResponseEtfRiskVolatilityMeasuresInner)
SetVolatilityMeasures sets VolatilityMeasures field to given value.
func (o *GetETFsWorld200ResponseEtfRisk) HasVolatilityMeasures() bool
HasVolatilityMeasures returns a boolean if a field has been set.
func (o *GetETFsWorld200ResponseEtfRisk) GetValuationMetrics() GetETFsWorld200ResponseEtfRiskValuationMetrics
GetValuationMetrics returns the ValuationMetrics field if non-nil, zero value otherwise.
func (o *GetETFsWorld200ResponseEtfRisk) GetValuationMetricsOk() (*GetETFsWorld200ResponseEtfRiskValuationMetrics, bool)
GetValuationMetricsOk returns a tuple with the ValuationMetrics field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetETFsWorld200ResponseEtfRisk) SetValuationMetrics(v GetETFsWorld200ResponseEtfRiskValuationMetrics)
SetValuationMetrics sets ValuationMetrics field to given value.
func (o *GetETFsWorld200ResponseEtfRisk) HasValuationMetrics() bool
HasValuationMetrics returns a boolean if a field has been set.