Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.16 KB

AssetsResponse.md

File metadata and controls

72 lines (39 loc) · 2.16 KB

AssetsResponse

Properties

Name Type Description Notes
BaseTokens string The base tokens (uint64 as string)
NativeTokens []NativeTokenJSON

Methods

NewAssetsResponse

func NewAssetsResponse(baseTokens string, nativeTokens []NativeTokenJSON, ) *AssetsResponse

NewAssetsResponse instantiates a new AssetsResponse 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

NewAssetsResponseWithDefaults

func NewAssetsResponseWithDefaults() *AssetsResponse

NewAssetsResponseWithDefaults instantiates a new AssetsResponse 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

GetBaseTokens

func (o *AssetsResponse) GetBaseTokens() string

GetBaseTokens returns the BaseTokens field if non-nil, zero value otherwise.

GetBaseTokensOk

func (o *AssetsResponse) GetBaseTokensOk() (*string, bool)

GetBaseTokensOk returns a tuple with the BaseTokens field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetBaseTokens

func (o *AssetsResponse) SetBaseTokens(v string)

SetBaseTokens sets BaseTokens field to given value.

GetNativeTokens

func (o *AssetsResponse) GetNativeTokens() []NativeTokenJSON

GetNativeTokens returns the NativeTokens field if non-nil, zero value otherwise.

GetNativeTokensOk

func (o *AssetsResponse) GetNativeTokensOk() (*[]NativeTokenJSON, bool)

GetNativeTokensOk returns a tuple with the NativeTokens field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetNativeTokens

func (o *AssetsResponse) SetNativeTokens(v []NativeTokenJSON)

SetNativeTokens sets NativeTokens field to given value.

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