| Name | Type | Description | Notes |
|---|---|---|---|
| ChangeLastHourPct | Pointer to float32 | [optional] | |
| Current | Pointer to float32 | [optional] | |
| High | Pointer to float32 | [optional] | |
| Low | Pointer to float32 | [optional] |
func NewResponsesTPS() *ResponsesTPS
NewResponsesTPS instantiates a new ResponsesTPS 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 NewResponsesTPSWithDefaults() *ResponsesTPS
NewResponsesTPSWithDefaults instantiates a new ResponsesTPS 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 *ResponsesTPS) GetChangeLastHourPct() float32
GetChangeLastHourPct returns the ChangeLastHourPct field if non-nil, zero value otherwise.
func (o *ResponsesTPS) GetChangeLastHourPctOk() (*float32, bool)
GetChangeLastHourPctOk returns a tuple with the ChangeLastHourPct field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesTPS) SetChangeLastHourPct(v float32)
SetChangeLastHourPct sets ChangeLastHourPct field to given value.
func (o *ResponsesTPS) HasChangeLastHourPct() bool
HasChangeLastHourPct returns a boolean if a field has been set.
func (o *ResponsesTPS) GetCurrent() float32
GetCurrent returns the Current field if non-nil, zero value otherwise.
func (o *ResponsesTPS) GetCurrentOk() (*float32, bool)
GetCurrentOk returns a tuple with the Current field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesTPS) SetCurrent(v float32)
SetCurrent sets Current field to given value.
func (o *ResponsesTPS) HasCurrent() bool
HasCurrent returns a boolean if a field has been set.
func (o *ResponsesTPS) GetHigh() float32
GetHigh returns the High field if non-nil, zero value otherwise.
func (o *ResponsesTPS) GetHighOk() (*float32, bool)
GetHighOk returns a tuple with the High field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesTPS) SetHigh(v float32)
SetHigh sets High field to given value.
func (o *ResponsesTPS) HasHigh() bool
HasHigh returns a boolean if a field has been set.
func (o *ResponsesTPS) GetLow() float32
GetLow returns the Low field if non-nil, zero value otherwise.
func (o *ResponsesTPS) GetLowOk() (*float32, bool)
GetLowOk returns a tuple with the Low field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesTPS) SetLow(v float32)
SetLow sets Low field to given value.
func (o *ResponsesTPS) HasLow() bool
HasLow returns a boolean if a field has been set.