Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 4.32 KB

File metadata and controls

108 lines (59 loc) · 4.32 KB

GetMutualFundsWorld200ResponseMutualFundSustainabilityCorporateEsgPillars

Properties

Name Type Description Notes
Environmental Pointer to float64 ESG environmental score [optional]
Social Pointer to float64 ESG social score [optional]
Governance Pointer to float64 ESG governance score [optional]

Methods

NewGetMutualFundsWorld200ResponseMutualFundSustainabilityCorporateEsgPillars

func NewGetMutualFundsWorld200ResponseMutualFundSustainabilityCorporateEsgPillars() *GetMutualFundsWorld200ResponseMutualFundSustainabilityCorporateEsgPillars

NewGetMutualFundsWorld200ResponseMutualFundSustainabilityCorporateEsgPillars instantiates a new GetMutualFundsWorld200ResponseMutualFundSustainabilityCorporateEsgPillars 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

NewGetMutualFundsWorld200ResponseMutualFundSustainabilityCorporateEsgPillarsWithDefaults

func NewGetMutualFundsWorld200ResponseMutualFundSustainabilityCorporateEsgPillarsWithDefaults() *GetMutualFundsWorld200ResponseMutualFundSustainabilityCorporateEsgPillars

NewGetMutualFundsWorld200ResponseMutualFundSustainabilityCorporateEsgPillarsWithDefaults instantiates a new GetMutualFundsWorld200ResponseMutualFundSustainabilityCorporateEsgPillars 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

GetEnvironmental

func (o *GetMutualFundsWorld200ResponseMutualFundSustainabilityCorporateEsgPillars) GetEnvironmental() float64

GetEnvironmental returns the Environmental field if non-nil, zero value otherwise.

GetEnvironmentalOk

func (o *GetMutualFundsWorld200ResponseMutualFundSustainabilityCorporateEsgPillars) GetEnvironmentalOk() (*float64, bool)

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

SetEnvironmental

func (o *GetMutualFundsWorld200ResponseMutualFundSustainabilityCorporateEsgPillars) SetEnvironmental(v float64)

SetEnvironmental sets Environmental field to given value.

HasEnvironmental

func (o *GetMutualFundsWorld200ResponseMutualFundSustainabilityCorporateEsgPillars) HasEnvironmental() bool

HasEnvironmental returns a boolean if a field has been set.

GetSocial

func (o *GetMutualFundsWorld200ResponseMutualFundSustainabilityCorporateEsgPillars) GetSocial() float64

GetSocial returns the Social field if non-nil, zero value otherwise.

GetSocialOk

func (o *GetMutualFundsWorld200ResponseMutualFundSustainabilityCorporateEsgPillars) GetSocialOk() (*float64, bool)

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

SetSocial

func (o *GetMutualFundsWorld200ResponseMutualFundSustainabilityCorporateEsgPillars) SetSocial(v float64)

SetSocial sets Social field to given value.

HasSocial

func (o *GetMutualFundsWorld200ResponseMutualFundSustainabilityCorporateEsgPillars) HasSocial() bool

HasSocial returns a boolean if a field has been set.

GetGovernance

func (o *GetMutualFundsWorld200ResponseMutualFundSustainabilityCorporateEsgPillars) GetGovernance() float64

GetGovernance returns the Governance field if non-nil, zero value otherwise.

GetGovernanceOk

func (o *GetMutualFundsWorld200ResponseMutualFundSustainabilityCorporateEsgPillars) GetGovernanceOk() (*float64, bool)

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

SetGovernance

func (o *GetMutualFundsWorld200ResponseMutualFundSustainabilityCorporateEsgPillars) SetGovernance(v float64)

SetGovernance sets Governance field to given value.

HasGovernance

func (o *GetMutualFundsWorld200ResponseMutualFundSustainabilityCorporateEsgPillars) HasGovernance() bool

HasGovernance returns a boolean if a field has been set.

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