Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.43 KB

File metadata and controls

134 lines (73 loc) · 3.43 KB

ResponsesTPS

Properties

Name Type Description Notes
ChangeLastHourPct Pointer to float32 [optional]
Current Pointer to float32 [optional]
High Pointer to float32 [optional]
Low Pointer to float32 [optional]

Methods

NewResponsesTPS

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

NewResponsesTPSWithDefaults

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

GetChangeLastHourPct

func (o *ResponsesTPS) GetChangeLastHourPct() float32

GetChangeLastHourPct returns the ChangeLastHourPct field if non-nil, zero value otherwise.

GetChangeLastHourPctOk

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.

SetChangeLastHourPct

func (o *ResponsesTPS) SetChangeLastHourPct(v float32)

SetChangeLastHourPct sets ChangeLastHourPct field to given value.

HasChangeLastHourPct

func (o *ResponsesTPS) HasChangeLastHourPct() bool

HasChangeLastHourPct returns a boolean if a field has been set.

GetCurrent

func (o *ResponsesTPS) GetCurrent() float32

GetCurrent returns the Current field if non-nil, zero value otherwise.

GetCurrentOk

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.

SetCurrent

func (o *ResponsesTPS) SetCurrent(v float32)

SetCurrent sets Current field to given value.

HasCurrent

func (o *ResponsesTPS) HasCurrent() bool

HasCurrent returns a boolean if a field has been set.

GetHigh

func (o *ResponsesTPS) GetHigh() float32

GetHigh returns the High field if non-nil, zero value otherwise.

GetHighOk

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.

SetHigh

func (o *ResponsesTPS) SetHigh(v float32)

SetHigh sets High field to given value.

HasHigh

func (o *ResponsesTPS) HasHigh() bool

HasHigh returns a boolean if a field has been set.

GetLow

func (o *ResponsesTPS) GetLow() float32

GetLow returns the Low field if non-nil, zero value otherwise.

GetLowOk

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.

SetLow

func (o *ResponsesTPS) SetLow(v float32)

SetLow sets Low field to given value.

HasLow

func (o *ResponsesTPS) HasLow() bool

HasLow returns a boolean if a field has been set.

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