AddressSearchResultResult

July 14, 2024 ยท View on GitHub

Properties

NameTypeDescriptionNotes
EntityIdstringThe id used to search this query.
EntityTypestring
MetadataPointer to AddressStxBalanceResponse[optional]

Methods

NewAddressSearchResultResult

func NewAddressSearchResultResult(entityId string, entityType string, ) *AddressSearchResultResult

NewAddressSearchResultResult instantiates a new AddressSearchResultResult 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

NewAddressSearchResultResultWithDefaults

func NewAddressSearchResultResultWithDefaults() *AddressSearchResultResult

NewAddressSearchResultResultWithDefaults instantiates a new AddressSearchResultResult 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

GetEntityId

func (o *AddressSearchResultResult) GetEntityId() string

GetEntityId returns the EntityId field if non-nil, zero value otherwise.

GetEntityIdOk

func (o *AddressSearchResultResult) GetEntityIdOk() (*string, bool)

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

SetEntityId

func (o *AddressSearchResultResult) SetEntityId(v string)

SetEntityId sets EntityId field to given value.

GetEntityType

func (o *AddressSearchResultResult) GetEntityType() string

GetEntityType returns the EntityType field if non-nil, zero value otherwise.

GetEntityTypeOk

func (o *AddressSearchResultResult) GetEntityTypeOk() (*string, bool)

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

SetEntityType

func (o *AddressSearchResultResult) SetEntityType(v string)

SetEntityType sets EntityType field to given value.

GetMetadata

func (o *AddressSearchResultResult) GetMetadata() AddressStxBalanceResponse

GetMetadata returns the Metadata field if non-nil, zero value otherwise.

GetMetadataOk

func (o *AddressSearchResultResult) GetMetadataOk() (*AddressStxBalanceResponse, bool)

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

SetMetadata

func (o *AddressSearchResultResult) SetMetadata(v AddressStxBalanceResponse)

SetMetadata sets Metadata field to given value.

HasMetadata

func (o *AddressSearchResultResult) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

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