Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.21 KB

File metadata and controls

82 lines (45 loc) · 3.21 KB

GetETFsWorld200ResponseEtfCompositionBondBreakdownAverageDuration

Properties

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]

Methods

NewGetETFsWorld200ResponseEtfCompositionBondBreakdownAverageDuration

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

NewGetETFsWorld200ResponseEtfCompositionBondBreakdownAverageDurationWithDefaults

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

GetFund

func (o *GetETFsWorld200ResponseEtfCompositionBondBreakdownAverageDuration) GetFund() float64

GetFund returns the Fund field if non-nil, zero value otherwise.

GetFundOk

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.

SetFund

func (o *GetETFsWorld200ResponseEtfCompositionBondBreakdownAverageDuration) SetFund(v float64)

SetFund sets Fund field to given value.

HasFund

func (o *GetETFsWorld200ResponseEtfCompositionBondBreakdownAverageDuration) HasFund() bool

HasFund returns a boolean if a field has been set.

GetCategory

func (o *GetETFsWorld200ResponseEtfCompositionBondBreakdownAverageDuration) GetCategory() float64

GetCategory returns the Category field if non-nil, zero value otherwise.

GetCategoryOk

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.

SetCategory

func (o *GetETFsWorld200ResponseEtfCompositionBondBreakdownAverageDuration) SetCategory(v float64)

SetCategory sets Category field to given value.

HasCategory

func (o *GetETFsWorld200ResponseEtfCompositionBondBreakdownAverageDuration) HasCategory() bool

HasCategory returns a boolean if a field has been set.

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