Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.28 KB

File metadata and controls

108 lines (59 loc) · 3.28 KB

ResponsesHyperlaneCounterparty

Properties

Name Type Description Notes
ChainMetadata Pointer to ResponsesChainMetadata [optional]
Domain Pointer to int64 [optional]
Hash Pointer to string [optional]

Methods

NewResponsesHyperlaneCounterparty

func NewResponsesHyperlaneCounterparty() *ResponsesHyperlaneCounterparty

NewResponsesHyperlaneCounterparty instantiates a new ResponsesHyperlaneCounterparty 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

NewResponsesHyperlaneCounterpartyWithDefaults

func NewResponsesHyperlaneCounterpartyWithDefaults() *ResponsesHyperlaneCounterparty

NewResponsesHyperlaneCounterpartyWithDefaults instantiates a new ResponsesHyperlaneCounterparty 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

GetChainMetadata

func (o *ResponsesHyperlaneCounterparty) GetChainMetadata() ResponsesChainMetadata

GetChainMetadata returns the ChainMetadata field if non-nil, zero value otherwise.

GetChainMetadataOk

func (o *ResponsesHyperlaneCounterparty) GetChainMetadataOk() (*ResponsesChainMetadata, bool)

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

SetChainMetadata

func (o *ResponsesHyperlaneCounterparty) SetChainMetadata(v ResponsesChainMetadata)

SetChainMetadata sets ChainMetadata field to given value.

HasChainMetadata

func (o *ResponsesHyperlaneCounterparty) HasChainMetadata() bool

HasChainMetadata returns a boolean if a field has been set.

GetDomain

func (o *ResponsesHyperlaneCounterparty) GetDomain() int64

GetDomain returns the Domain field if non-nil, zero value otherwise.

GetDomainOk

func (o *ResponsesHyperlaneCounterparty) GetDomainOk() (*int64, bool)

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

SetDomain

func (o *ResponsesHyperlaneCounterparty) SetDomain(v int64)

SetDomain sets Domain field to given value.

HasDomain

func (o *ResponsesHyperlaneCounterparty) HasDomain() bool

HasDomain returns a boolean if a field has been set.

GetHash

func (o *ResponsesHyperlaneCounterparty) GetHash() string

GetHash returns the Hash field if non-nil, zero value otherwise.

GetHashOk

func (o *ResponsesHyperlaneCounterparty) GetHashOk() (*string, bool)

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

SetHash

func (o *ResponsesHyperlaneCounterparty) SetHash(v string)

SetHash sets Hash field to given value.

HasHash

func (o *ResponsesHyperlaneCounterparty) HasHash() bool

HasHash returns a boolean if a field has been set.

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