Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.5 KB

AccountNFTsResponse.md

File metadata and controls

51 lines (28 loc) · 1.5 KB

AccountNFTsResponse

Properties

Name Type Description Notes
NftIds []string

Methods

NewAccountNFTsResponse

func NewAccountNFTsResponse(nftIds []string, ) *AccountNFTsResponse

NewAccountNFTsResponse instantiates a new AccountNFTsResponse 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

NewAccountNFTsResponseWithDefaults

func NewAccountNFTsResponseWithDefaults() *AccountNFTsResponse

NewAccountNFTsResponseWithDefaults instantiates a new AccountNFTsResponse 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

GetNftIds

func (o *AccountNFTsResponse) GetNftIds() []string

GetNftIds returns the NftIds field if non-nil, zero value otherwise.

GetNftIdsOk

func (o *AccountNFTsResponse) GetNftIdsOk() (*[]string, bool)

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

SetNftIds

func (o *AccountNFTsResponse) SetNftIds(v []string)

SetNftIds sets NftIds field to given value.

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