Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.76 KB

ResponsesGasPrice.md

File metadata and controls

108 lines (59 loc) · 2.76 KB

ResponsesGasPrice

Properties

Name Type Description Notes
Fast Pointer to string [optional]
Median Pointer to string [optional]
Slow Pointer to string [optional]

Methods

NewResponsesGasPrice

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

NewResponsesGasPriceWithDefaults

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

GetFast

func (o *ResponsesGasPrice) GetFast() string

GetFast returns the Fast field if non-nil, zero value otherwise.

GetFastOk

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.

SetFast

func (o *ResponsesGasPrice) SetFast(v string)

SetFast sets Fast field to given value.

HasFast

func (o *ResponsesGasPrice) HasFast() bool

HasFast returns a boolean if a field has been set.

GetMedian

func (o *ResponsesGasPrice) GetMedian() string

GetMedian returns the Median field if non-nil, zero value otherwise.

GetMedianOk

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.

SetMedian

func (o *ResponsesGasPrice) SetMedian(v string)

SetMedian sets Median field to given value.

HasMedian

func (o *ResponsesGasPrice) HasMedian() bool

HasMedian returns a boolean if a field has been set.

GetSlow

func (o *ResponsesGasPrice) GetSlow() string

GetSlow returns the Slow field if non-nil, zero value otherwise.

GetSlowOk

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.

SetSlow

func (o *ResponsesGasPrice) SetSlow(v string)

SetSlow sets Slow field to given value.

HasSlow

func (o *ResponsesGasPrice) HasSlow() bool

HasSlow returns a boolean if a field has been set.

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