Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.08 KB

File metadata and controls

82 lines (45 loc) · 3.08 KB

GetETFsWorld200ResponseEtfCompositionMajorMarketSectorsInner

Properties

Name Type Description Notes
Sector Pointer to string Sector category of a fund exposure [optional]
Weight Pointer to float64 Weight of a fund exposure in a sector [optional]

Methods

NewGetETFsWorld200ResponseEtfCompositionMajorMarketSectorsInner

func NewGetETFsWorld200ResponseEtfCompositionMajorMarketSectorsInner() *GetETFsWorld200ResponseEtfCompositionMajorMarketSectorsInner

NewGetETFsWorld200ResponseEtfCompositionMajorMarketSectorsInner instantiates a new GetETFsWorld200ResponseEtfCompositionMajorMarketSectorsInner 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

NewGetETFsWorld200ResponseEtfCompositionMajorMarketSectorsInnerWithDefaults

func NewGetETFsWorld200ResponseEtfCompositionMajorMarketSectorsInnerWithDefaults() *GetETFsWorld200ResponseEtfCompositionMajorMarketSectorsInner

NewGetETFsWorld200ResponseEtfCompositionMajorMarketSectorsInnerWithDefaults instantiates a new GetETFsWorld200ResponseEtfCompositionMajorMarketSectorsInner 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

GetSector

func (o *GetETFsWorld200ResponseEtfCompositionMajorMarketSectorsInner) GetSector() string

GetSector returns the Sector field if non-nil, zero value otherwise.

GetSectorOk

func (o *GetETFsWorld200ResponseEtfCompositionMajorMarketSectorsInner) GetSectorOk() (*string, bool)

GetSectorOk returns a tuple with the Sector field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSector

func (o *GetETFsWorld200ResponseEtfCompositionMajorMarketSectorsInner) SetSector(v string)

SetSector sets Sector field to given value.

HasSector

func (o *GetETFsWorld200ResponseEtfCompositionMajorMarketSectorsInner) HasSector() bool

HasSector returns a boolean if a field has been set.

GetWeight

func (o *GetETFsWorld200ResponseEtfCompositionMajorMarketSectorsInner) GetWeight() float64

GetWeight returns the Weight field if non-nil, zero value otherwise.

GetWeightOk

func (o *GetETFsWorld200ResponseEtfCompositionMajorMarketSectorsInner) GetWeightOk() (*float64, bool)

GetWeightOk returns a tuple with the Weight field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetWeight

func (o *GetETFsWorld200ResponseEtfCompositionMajorMarketSectorsInner) SetWeight(v float64)

SetWeight sets Weight field to given value.

HasWeight

func (o *GetETFsWorld200ResponseEtfCompositionMajorMarketSectorsInner) HasWeight() bool

HasWeight returns a boolean if a field has been set.

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