NftBalance
July 14, 2024 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Count | string | ||
| TotalSent | string | ||
| TotalReceived | string |
Methods
NewNftBalance
func NewNftBalance(count string, totalSent string, totalReceived string, ) *NftBalance
NewNftBalance instantiates a new NftBalance 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
NewNftBalanceWithDefaults
func NewNftBalanceWithDefaults() *NftBalance
NewNftBalanceWithDefaults instantiates a new NftBalance 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
GetCount
func (o *NftBalance) GetCount() string
GetCount returns the Count field if non-nil, zero value otherwise.
GetCountOk
func (o *NftBalance) GetCountOk() (*string, bool)
GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetCount
func (o *NftBalance) SetCount(v string)
SetCount sets Count field to given value.
GetTotalSent
func (o *NftBalance) GetTotalSent() string
GetTotalSent returns the TotalSent field if non-nil, zero value otherwise.
GetTotalSentOk
func (o *NftBalance) GetTotalSentOk() (*string, bool)
GetTotalSentOk returns a tuple with the TotalSent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTotalSent
func (o *NftBalance) SetTotalSent(v string)
SetTotalSent sets TotalSent field to given value.
GetTotalReceived
func (o *NftBalance) GetTotalReceived() string
GetTotalReceived returns the TotalReceived field if non-nil, zero value otherwise.
GetTotalReceivedOk
func (o *NftBalance) GetTotalReceivedOk() (*string, bool)
GetTotalReceivedOk returns a tuple with the TotalReceived field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTotalReceived
func (o *NftBalance) SetTotalReceived(v string)
SetTotalReceived sets TotalReceived field to given value.