| Name | Type | Description | Notes |
|---|---|---|---|
| ChainMetadata | Pointer to ResponsesChainMetadata | [optional] | |
| RemoteDomain | Pointer to int64 | [optional] |
func NewResponsesHyperlaneRemoteDomain() *ResponsesHyperlaneRemoteDomain
NewResponsesHyperlaneRemoteDomain instantiates a new ResponsesHyperlaneRemoteDomain 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 NewResponsesHyperlaneRemoteDomainWithDefaults() *ResponsesHyperlaneRemoteDomain
NewResponsesHyperlaneRemoteDomainWithDefaults instantiates a new ResponsesHyperlaneRemoteDomain 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 *ResponsesHyperlaneRemoteDomain) GetChainMetadata() ResponsesChainMetadata
GetChainMetadata returns the ChainMetadata field if non-nil, zero value otherwise.
func (o *ResponsesHyperlaneRemoteDomain) 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 *ResponsesHyperlaneRemoteDomain) SetChainMetadata(v ResponsesChainMetadata)
SetChainMetadata sets ChainMetadata field to given value.
func (o *ResponsesHyperlaneRemoteDomain) HasChainMetadata() bool
HasChainMetadata returns a boolean if a field has been set.
func (o *ResponsesHyperlaneRemoteDomain) GetRemoteDomain() int64
GetRemoteDomain returns the RemoteDomain field if non-nil, zero value otherwise.
func (o *ResponsesHyperlaneRemoteDomain) GetRemoteDomainOk() (*int64, bool)
GetRemoteDomainOk returns a tuple with the RemoteDomain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesHyperlaneRemoteDomain) SetRemoteDomain(v int64)
SetRemoteDomain sets RemoteDomain field to given value.
func (o *ResponsesHyperlaneRemoteDomain) HasRemoteDomain() bool
HasRemoteDomain returns a boolean if a field has been set.