Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.74 KB

File metadata and controls

82 lines (45 loc) · 2.74 KB

ResponsesHyperlaneRemoteDomain

Properties

Name Type Description Notes
ChainMetadata Pointer to ResponsesChainMetadata [optional]
RemoteDomain Pointer to int64 [optional]

Methods

NewResponsesHyperlaneRemoteDomain

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

NewResponsesHyperlaneRemoteDomainWithDefaults

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

GetChainMetadata

func (o *ResponsesHyperlaneRemoteDomain) GetChainMetadata() ResponsesChainMetadata

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

GetChainMetadataOk

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.

SetChainMetadata

func (o *ResponsesHyperlaneRemoteDomain) SetChainMetadata(v ResponsesChainMetadata)

SetChainMetadata sets ChainMetadata field to given value.

HasChainMetadata

func (o *ResponsesHyperlaneRemoteDomain) HasChainMetadata() bool

HasChainMetadata returns a boolean if a field has been set.

GetRemoteDomain

func (o *ResponsesHyperlaneRemoteDomain) GetRemoteDomain() int64

GetRemoteDomain returns the RemoteDomain field if non-nil, zero value otherwise.

GetRemoteDomainOk

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.

SetRemoteDomain

func (o *ResponsesHyperlaneRemoteDomain) SetRemoteDomain(v int64)

SetRemoteDomain sets RemoteDomain field to given value.

HasRemoteDomain

func (o *ResponsesHyperlaneRemoteDomain) HasRemoteDomain() bool

HasRemoteDomain returns a boolean if a field has been set.

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