| 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] |
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
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
func (o *GetMutualFundsWorld200ResponseMutualFundSustainabilityCorporateEsgPillars) GetEnvironmental() float64
GetEnvironmental returns the Environmental field if non-nil, zero value otherwise.
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.
func (o *GetMutualFundsWorld200ResponseMutualFundSustainabilityCorporateEsgPillars) SetEnvironmental(v float64)
SetEnvironmental sets Environmental field to given value.
func (o *GetMutualFundsWorld200ResponseMutualFundSustainabilityCorporateEsgPillars) HasEnvironmental() bool
HasEnvironmental returns a boolean if a field has been set.
func (o *GetMutualFundsWorld200ResponseMutualFundSustainabilityCorporateEsgPillars) GetSocial() float64
GetSocial returns the Social field if non-nil, zero value otherwise.
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.
func (o *GetMutualFundsWorld200ResponseMutualFundSustainabilityCorporateEsgPillars) SetSocial(v float64)
SetSocial sets Social field to given value.
func (o *GetMutualFundsWorld200ResponseMutualFundSustainabilityCorporateEsgPillars) HasSocial() bool
HasSocial returns a boolean if a field has been set.
func (o *GetMutualFundsWorld200ResponseMutualFundSustainabilityCorporateEsgPillars) GetGovernance() float64
GetGovernance returns the Governance field if non-nil, zero value otherwise.
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.
func (o *GetMutualFundsWorld200ResponseMutualFundSustainabilityCorporateEsgPillars) SetGovernance(v float64)
SetGovernance sets Governance field to given value.
func (o *GetMutualFundsWorld200ResponseMutualFundSustainabilityCorporateEsgPillars) HasGovernance() bool
HasGovernance returns a boolean if a field has been set.