Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.56 KB

File metadata and controls

72 lines (39 loc) · 2.56 KB

GetMutualFundsWorldRisk200Response

Properties

Name Type Description Notes
MutualFund GetMutualFundsWorldRisk200ResponseMutualFund
Status string Status of the response

Methods

NewGetMutualFundsWorldRisk200Response

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

NewGetMutualFundsWorldRisk200ResponseWithDefaults

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

GetMutualFund

func (o *GetMutualFundsWorldRisk200Response) GetMutualFund() GetMutualFundsWorldRisk200ResponseMutualFund

GetMutualFund returns the MutualFund field if non-nil, zero value otherwise.

GetMutualFundOk

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.

SetMutualFund

func (o *GetMutualFundsWorldRisk200Response) SetMutualFund(v GetMutualFundsWorldRisk200ResponseMutualFund)

SetMutualFund sets MutualFund field to given value.

GetStatus

func (o *GetMutualFundsWorldRisk200Response) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

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.

SetStatus

func (o *GetMutualFundsWorldRisk200Response) SetStatus(v string)

SetStatus sets Status field to given value.

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