| Name | Type | Description | Notes |
|---|---|---|---|
| Hits | Pointer to float32 | [optional] | |
| Misses | Pointer to float32 | [optional] | |
| Keys | Pointer to float32 | [optional] | |
| Ksize | Pointer to float32 | [optional] | |
| Vsize | Pointer to float32 | [optional] |
func NewGetCache2XXResponseApiCachesInnerStats() *GetCache2XXResponseApiCachesInnerStats
NewGetCache2XXResponseApiCachesInnerStats instantiates a new GetCache2XXResponseApiCachesInnerStats 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 NewGetCache2XXResponseApiCachesInnerStatsWithDefaults() *GetCache2XXResponseApiCachesInnerStats
NewGetCache2XXResponseApiCachesInnerStatsWithDefaults instantiates a new GetCache2XXResponseApiCachesInnerStats 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 *GetCache2XXResponseApiCachesInnerStats) GetHits() float32
GetHits returns the Hits field if non-nil, zero value otherwise.
func (o *GetCache2XXResponseApiCachesInnerStats) GetHitsOk() (*float32, bool)
GetHitsOk returns a tuple with the Hits field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetCache2XXResponseApiCachesInnerStats) SetHits(v float32)
SetHits sets Hits field to given value.
func (o *GetCache2XXResponseApiCachesInnerStats) HasHits() bool
HasHits returns a boolean if a field has been set.
func (o *GetCache2XXResponseApiCachesInnerStats) GetMisses() float32
GetMisses returns the Misses field if non-nil, zero value otherwise.
func (o *GetCache2XXResponseApiCachesInnerStats) GetMissesOk() (*float32, bool)
GetMissesOk returns a tuple with the Misses field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetCache2XXResponseApiCachesInnerStats) SetMisses(v float32)
SetMisses sets Misses field to given value.
func (o *GetCache2XXResponseApiCachesInnerStats) HasMisses() bool
HasMisses returns a boolean if a field has been set.
func (o *GetCache2XXResponseApiCachesInnerStats) GetKeys() float32
GetKeys returns the Keys field if non-nil, zero value otherwise.
func (o *GetCache2XXResponseApiCachesInnerStats) GetKeysOk() (*float32, bool)
GetKeysOk returns a tuple with the Keys field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetCache2XXResponseApiCachesInnerStats) SetKeys(v float32)
SetKeys sets Keys field to given value.
func (o *GetCache2XXResponseApiCachesInnerStats) HasKeys() bool
HasKeys returns a boolean if a field has been set.
func (o *GetCache2XXResponseApiCachesInnerStats) GetKsize() float32
GetKsize returns the Ksize field if non-nil, zero value otherwise.
func (o *GetCache2XXResponseApiCachesInnerStats) GetKsizeOk() (*float32, bool)
GetKsizeOk returns a tuple with the Ksize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetCache2XXResponseApiCachesInnerStats) SetKsize(v float32)
SetKsize sets Ksize field to given value.
func (o *GetCache2XXResponseApiCachesInnerStats) HasKsize() bool
HasKsize returns a boolean if a field has been set.
func (o *GetCache2XXResponseApiCachesInnerStats) GetVsize() float32
GetVsize returns the Vsize field if non-nil, zero value otherwise.
func (o *GetCache2XXResponseApiCachesInnerStats) GetVsizeOk() (*float32, bool)
GetVsizeOk returns a tuple with the Vsize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetCache2XXResponseApiCachesInnerStats) SetVsize(v float32)
SetVsize sets Vsize field to given value.
func (o *GetCache2XXResponseApiCachesInnerStats) HasVsize() bool
HasVsize returns a boolean if a field has been set.