| Name | Type | Description | Notes |
|---|---|---|---|
| Result | map[string][]string | List of fund types by country | |
| Status | string | Status of the response |
func NewGetETFsType200Response(result map[string][]string, status string, ) *GetETFsType200Response
NewGetETFsType200Response instantiates a new GetETFsType200Response 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 NewGetETFsType200ResponseWithDefaults() *GetETFsType200Response
NewGetETFsType200ResponseWithDefaults instantiates a new GetETFsType200Response 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 *GetETFsType200Response) GetResult() map[string][]string
GetResult returns the Result field if non-nil, zero value otherwise.
func (o *GetETFsType200Response) GetResultOk() (*map[string][]string, bool)
GetResultOk returns a tuple with the Result field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetETFsType200Response) SetResult(v map[string][]string)
SetResult sets Result field to given value.
func (o *GetETFsType200Response) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *GetETFsType200Response) 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 *GetETFsType200Response) SetStatus(v string)
SetStatus sets Status field to given value.