Country
string
Assets
[]SupportedAssetResponseAssetsInner
func NewSupportedAssetResponse(country string, assets []SupportedAssetResponseAssetsInner, ) *SupportedAssetResponse
NewSupportedAssetResponse instantiates a new SupportedAssetResponse 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 NewSupportedAssetResponseWithDefaults() *SupportedAssetResponse
NewSupportedAssetResponseWithDefaults instantiates a new SupportedAssetResponse 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 *SupportedAssetResponse) GetCountry() string
GetCountry returns the Country field if non-nil, zero value otherwise.
func (o *SupportedAssetResponse) GetCountryOk() (*string, bool)
GetCountryOk returns a tuple with the Country field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SupportedAssetResponse) SetCountry(v string)
SetCountry sets Country field to given value.
func (o *SupportedAssetResponse) GetAssets() []SupportedAssetResponseAssetsInner
GetAssets returns the Assets field if non-nil, zero value otherwise.
func (o *SupportedAssetResponse) GetAssetsOk() (*[]SupportedAssetResponseAssetsInner, bool)
GetAssetsOk returns a tuple with the Assets field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SupportedAssetResponse) SetAssets(v []SupportedAssetResponseAssetsInner)
SetAssets sets Assets field to given value.
[Back to Model list] [Back to API list] [Back to README]