Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.21 KB

File metadata and controls

134 lines (73 loc) · 4.21 KB

ResponsesHyperlaneIgpConfig

Properties

Name Type Description Notes
Counterparty Pointer to ResponsesHyperlaneRemoteDomain [optional]
GasOverhead Pointer to string [optional]
GasPrice Pointer to string [optional]
TokenExchangeRate Pointer to string [optional]

Methods

NewResponsesHyperlaneIgpConfig

func NewResponsesHyperlaneIgpConfig() *ResponsesHyperlaneIgpConfig

NewResponsesHyperlaneIgpConfig instantiates a new ResponsesHyperlaneIgpConfig 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

NewResponsesHyperlaneIgpConfigWithDefaults

func NewResponsesHyperlaneIgpConfigWithDefaults() *ResponsesHyperlaneIgpConfig

NewResponsesHyperlaneIgpConfigWithDefaults instantiates a new ResponsesHyperlaneIgpConfig 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

GetCounterparty

func (o *ResponsesHyperlaneIgpConfig) GetCounterparty() ResponsesHyperlaneRemoteDomain

GetCounterparty returns the Counterparty field if non-nil, zero value otherwise.

GetCounterpartyOk

func (o *ResponsesHyperlaneIgpConfig) GetCounterpartyOk() (*ResponsesHyperlaneRemoteDomain, bool)

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

SetCounterparty

func (o *ResponsesHyperlaneIgpConfig) SetCounterparty(v ResponsesHyperlaneRemoteDomain)

SetCounterparty sets Counterparty field to given value.

HasCounterparty

func (o *ResponsesHyperlaneIgpConfig) HasCounterparty() bool

HasCounterparty returns a boolean if a field has been set.

GetGasOverhead

func (o *ResponsesHyperlaneIgpConfig) GetGasOverhead() string

GetGasOverhead returns the GasOverhead field if non-nil, zero value otherwise.

GetGasOverheadOk

func (o *ResponsesHyperlaneIgpConfig) GetGasOverheadOk() (*string, bool)

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

SetGasOverhead

func (o *ResponsesHyperlaneIgpConfig) SetGasOverhead(v string)

SetGasOverhead sets GasOverhead field to given value.

HasGasOverhead

func (o *ResponsesHyperlaneIgpConfig) HasGasOverhead() bool

HasGasOverhead returns a boolean if a field has been set.

GetGasPrice

func (o *ResponsesHyperlaneIgpConfig) GetGasPrice() string

GetGasPrice returns the GasPrice field if non-nil, zero value otherwise.

GetGasPriceOk

func (o *ResponsesHyperlaneIgpConfig) GetGasPriceOk() (*string, bool)

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

SetGasPrice

func (o *ResponsesHyperlaneIgpConfig) SetGasPrice(v string)

SetGasPrice sets GasPrice field to given value.

HasGasPrice

func (o *ResponsesHyperlaneIgpConfig) HasGasPrice() bool

HasGasPrice returns a boolean if a field has been set.

GetTokenExchangeRate

func (o *ResponsesHyperlaneIgpConfig) GetTokenExchangeRate() string

GetTokenExchangeRate returns the TokenExchangeRate field if non-nil, zero value otherwise.

GetTokenExchangeRateOk

func (o *ResponsesHyperlaneIgpConfig) GetTokenExchangeRateOk() (*string, bool)

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

SetTokenExchangeRate

func (o *ResponsesHyperlaneIgpConfig) SetTokenExchangeRate(v string)

SetTokenExchangeRate sets TokenExchangeRate field to given value.

HasTokenExchangeRate

func (o *ResponsesHyperlaneIgpConfig) HasTokenExchangeRate() bool

HasTokenExchangeRate returns a boolean if a field has been set.

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