| Name | Type | Description | Notes |
|---|---|---|---|
| Counterparty | Pointer to ResponsesHyperlaneRemoteDomain | [optional] | |
| GasOverhead | Pointer to string | [optional] | |
| GasPrice | Pointer to string | [optional] | |
| TokenExchangeRate | Pointer to string | [optional] |
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
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
func (o *ResponsesHyperlaneIgpConfig) GetCounterparty() ResponsesHyperlaneRemoteDomain
GetCounterparty returns the Counterparty field if non-nil, zero value otherwise.
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.
func (o *ResponsesHyperlaneIgpConfig) SetCounterparty(v ResponsesHyperlaneRemoteDomain)
SetCounterparty sets Counterparty field to given value.
func (o *ResponsesHyperlaneIgpConfig) HasCounterparty() bool
HasCounterparty returns a boolean if a field has been set.
func (o *ResponsesHyperlaneIgpConfig) GetGasOverhead() string
GetGasOverhead returns the GasOverhead field if non-nil, zero value otherwise.
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.
func (o *ResponsesHyperlaneIgpConfig) SetGasOverhead(v string)
SetGasOverhead sets GasOverhead field to given value.
func (o *ResponsesHyperlaneIgpConfig) HasGasOverhead() bool
HasGasOverhead returns a boolean if a field has been set.
func (o *ResponsesHyperlaneIgpConfig) GetGasPrice() string
GetGasPrice returns the GasPrice field if non-nil, zero value otherwise.
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.
func (o *ResponsesHyperlaneIgpConfig) SetGasPrice(v string)
SetGasPrice sets GasPrice field to given value.
func (o *ResponsesHyperlaneIgpConfig) HasGasPrice() bool
HasGasPrice returns a boolean if a field has been set.
func (o *ResponsesHyperlaneIgpConfig) GetTokenExchangeRate() string
GetTokenExchangeRate returns the TokenExchangeRate field if non-nil, zero value otherwise.
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.
func (o *ResponsesHyperlaneIgpConfig) SetTokenExchangeRate(v string)
SetTokenExchangeRate sets TokenExchangeRate field to given value.
func (o *ResponsesHyperlaneIgpConfig) HasTokenExchangeRate() bool
HasTokenExchangeRate returns a boolean if a field has been set.