| Name | Type | Description | Notes |
|---|---|---|---|
| ChainMetadata | Pointer to ResponsesChainMetadata | [optional] | |
| Domain | Pointer to int64 | [optional] | |
| Hash | Pointer to string | [optional] |
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
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
func (o *ResponsesHyperlaneCounterparty) GetChainMetadata() ResponsesChainMetadata
GetChainMetadata returns the ChainMetadata field if non-nil, zero value otherwise.
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.
func (o *ResponsesHyperlaneCounterparty) SetChainMetadata(v ResponsesChainMetadata)
SetChainMetadata sets ChainMetadata field to given value.
func (o *ResponsesHyperlaneCounterparty) HasChainMetadata() bool
HasChainMetadata returns a boolean if a field has been set.
func (o *ResponsesHyperlaneCounterparty) GetDomain() int64
GetDomain returns the Domain field if non-nil, zero value otherwise.
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.
func (o *ResponsesHyperlaneCounterparty) SetDomain(v int64)
SetDomain sets Domain field to given value.
func (o *ResponsesHyperlaneCounterparty) HasDomain() bool
HasDomain returns a boolean if a field has been set.
func (o *ResponsesHyperlaneCounterparty) GetHash() string
GetHash returns the Hash field if non-nil, zero value otherwise.
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.
func (o *ResponsesHyperlaneCounterparty) SetHash(v string)
SetHash sets Hash field to given value.
func (o *ResponsesHyperlaneCounterparty) HasHash() bool
HasHash returns a boolean if a field has been set.