| Name | Type | Description | Notes |
|---|---|---|---|
| Fund | Pointer to float64 | Average duration of bond holding of a fund | [optional] |
| Category | Pointer to float64 | Average duration of bond holding of funds in the same category | [optional] |
func NewGetETFsWorld200ResponseEtfCompositionBondBreakdownAverageDuration() *GetETFsWorld200ResponseEtfCompositionBondBreakdownAverageDuration
NewGetETFsWorld200ResponseEtfCompositionBondBreakdownAverageDuration instantiates a new GetETFsWorld200ResponseEtfCompositionBondBreakdownAverageDuration 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 NewGetETFsWorld200ResponseEtfCompositionBondBreakdownAverageDurationWithDefaults() *GetETFsWorld200ResponseEtfCompositionBondBreakdownAverageDuration
NewGetETFsWorld200ResponseEtfCompositionBondBreakdownAverageDurationWithDefaults instantiates a new GetETFsWorld200ResponseEtfCompositionBondBreakdownAverageDuration 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 *GetETFsWorld200ResponseEtfCompositionBondBreakdownAverageDuration) GetFund() float64
GetFund returns the Fund field if non-nil, zero value otherwise.
func (o *GetETFsWorld200ResponseEtfCompositionBondBreakdownAverageDuration) GetFundOk() (*float64, bool)
GetFundOk returns a tuple with the Fund field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetETFsWorld200ResponseEtfCompositionBondBreakdownAverageDuration) SetFund(v float64)
SetFund sets Fund field to given value.
func (o *GetETFsWorld200ResponseEtfCompositionBondBreakdownAverageDuration) HasFund() bool
HasFund returns a boolean if a field has been set.
func (o *GetETFsWorld200ResponseEtfCompositionBondBreakdownAverageDuration) GetCategory() float64
GetCategory returns the Category field if non-nil, zero value otherwise.
func (o *GetETFsWorld200ResponseEtfCompositionBondBreakdownAverageDuration) GetCategoryOk() (*float64, bool)
GetCategoryOk returns a tuple with the Category field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetETFsWorld200ResponseEtfCompositionBondBreakdownAverageDuration) SetCategory(v float64)
SetCategory sets Category field to given value.
func (o *GetETFsWorld200ResponseEtfCompositionBondBreakdownAverageDuration) HasCategory() bool
HasCategory returns a boolean if a field has been set.