| 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] |
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
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
func (o *GetETFsWorld200ResponseEtfCompositionMajorMarketSectorsInner) GetSector() string
GetSector returns the Sector field if non-nil, zero value otherwise.
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.
func (o *GetETFsWorld200ResponseEtfCompositionMajorMarketSectorsInner) SetSector(v string)
SetSector sets Sector field to given value.
func (o *GetETFsWorld200ResponseEtfCompositionMajorMarketSectorsInner) HasSector() bool
HasSector returns a boolean if a field has been set.
func (o *GetETFsWorld200ResponseEtfCompositionMajorMarketSectorsInner) GetWeight() float64
GetWeight returns the Weight field if non-nil, zero value otherwise.
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.
func (o *GetETFsWorld200ResponseEtfCompositionMajorMarketSectorsInner) SetWeight(v float64)
SetWeight sets Weight field to given value.
func (o *GetETFsWorld200ResponseEtfCompositionMajorMarketSectorsInner) HasWeight() bool
HasWeight returns a boolean if a field has been set.