Name | Type | Description | Notes |
---|---|---|---|
Fast | Pointer to string | [optional] | |
Median | Pointer to string | [optional] | |
Slow | Pointer to string | [optional] |
func NewResponsesGasPrice() *ResponsesGasPrice
NewResponsesGasPrice instantiates a new ResponsesGasPrice 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 NewResponsesGasPriceWithDefaults() *ResponsesGasPrice
NewResponsesGasPriceWithDefaults instantiates a new ResponsesGasPrice 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 *ResponsesGasPrice) GetFast() string
GetFast returns the Fast field if non-nil, zero value otherwise.
func (o *ResponsesGasPrice) GetFastOk() (*string, bool)
GetFastOk returns a tuple with the Fast field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesGasPrice) SetFast(v string)
SetFast sets Fast field to given value.
func (o *ResponsesGasPrice) HasFast() bool
HasFast returns a boolean if a field has been set.
func (o *ResponsesGasPrice) GetMedian() string
GetMedian returns the Median field if non-nil, zero value otherwise.
func (o *ResponsesGasPrice) GetMedianOk() (*string, bool)
GetMedianOk returns a tuple with the Median field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesGasPrice) SetMedian(v string)
SetMedian sets Median field to given value.
func (o *ResponsesGasPrice) HasMedian() bool
HasMedian returns a boolean if a field has been set.
func (o *ResponsesGasPrice) GetSlow() string
GetSlow returns the Slow field if non-nil, zero value otherwise.
func (o *ResponsesGasPrice) GetSlowOk() (*string, bool)
GetSlowOk returns a tuple with the Slow field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesGasPrice) SetSlow(v string)
SetSlow sets Slow field to given value.
func (o *ResponsesGasPrice) HasSlow() bool
HasSlow returns a boolean if a field has been set.