| Name | Type | Description | Notes |
|---|---|---|---|
| MutualFund | GetMutualFundsWorldRisk200ResponseMutualFund | ||
| Status | string | Status of the response |
func NewGetMutualFundsWorldRisk200Response(mutualFund GetMutualFundsWorldRisk200ResponseMutualFund, status string, ) *GetMutualFundsWorldRisk200Response
NewGetMutualFundsWorldRisk200Response instantiates a new GetMutualFundsWorldRisk200Response 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 NewGetMutualFundsWorldRisk200ResponseWithDefaults() *GetMutualFundsWorldRisk200Response
NewGetMutualFundsWorldRisk200ResponseWithDefaults instantiates a new GetMutualFundsWorldRisk200Response 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 *GetMutualFundsWorldRisk200Response) GetMutualFund() GetMutualFundsWorldRisk200ResponseMutualFund
GetMutualFund returns the MutualFund field if non-nil, zero value otherwise.
func (o *GetMutualFundsWorldRisk200Response) GetMutualFundOk() (*GetMutualFundsWorldRisk200ResponseMutualFund, bool)
GetMutualFundOk returns a tuple with the MutualFund field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetMutualFundsWorldRisk200Response) SetMutualFund(v GetMutualFundsWorldRisk200ResponseMutualFund)
SetMutualFund sets MutualFund field to given value.
func (o *GetMutualFundsWorldRisk200Response) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *GetMutualFundsWorldRisk200Response) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetMutualFundsWorldRisk200Response) SetStatus(v string)
SetStatus sets Status field to given value.