Name | Type | Description | Notes |
---|---|---|---|
TimeStart | Pointer to int64 | [optional] | |
Rollups | Pointer to []V0040RollupStatsInner | list of recorded rollup statistics | [optional] |
RPCs | Pointer to []V0039StatsRpc | [optional] | |
Users | Pointer to []V0039StatsUser | [optional] |
func NewV0039StatsRec() *V0039StatsRec
NewV0039StatsRec instantiates a new V0039StatsRec 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 NewV0039StatsRecWithDefaults() *V0039StatsRec
NewV0039StatsRecWithDefaults instantiates a new V0039StatsRec 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 *V0039StatsRec) GetTimeStart() int64
GetTimeStart returns the TimeStart field if non-nil, zero value otherwise.
func (o *V0039StatsRec) GetTimeStartOk() (*int64, bool)
GetTimeStartOk returns a tuple with the TimeStart field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039StatsRec) SetTimeStart(v int64)
SetTimeStart sets TimeStart field to given value.
func (o *V0039StatsRec) HasTimeStart() bool
HasTimeStart returns a boolean if a field has been set.
func (o *V0039StatsRec) GetRollups() []V0040RollupStatsInner
GetRollups returns the Rollups field if non-nil, zero value otherwise.
func (o *V0039StatsRec) GetRollupsOk() (*[]V0040RollupStatsInner, bool)
GetRollupsOk returns a tuple with the Rollups field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039StatsRec) SetRollups(v []V0040RollupStatsInner)
SetRollups sets Rollups field to given value.
func (o *V0039StatsRec) HasRollups() bool
HasRollups returns a boolean if a field has been set.
func (o *V0039StatsRec) GetRPCs() []V0039StatsRpc
GetRPCs returns the RPCs field if non-nil, zero value otherwise.
func (o *V0039StatsRec) GetRPCsOk() (*[]V0039StatsRpc, bool)
GetRPCsOk returns a tuple with the RPCs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039StatsRec) SetRPCs(v []V0039StatsRpc)
SetRPCs sets RPCs field to given value.
func (o *V0039StatsRec) HasRPCs() bool
HasRPCs returns a boolean if a field has been set.
func (o *V0039StatsRec) GetUsers() []V0039StatsUser
GetUsers returns the Users field if non-nil, zero value otherwise.
func (o *V0039StatsRec) GetUsersOk() (*[]V0039StatsUser, bool)
GetUsersOk returns a tuple with the Users field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039StatsRec) SetUsers(v []V0039StatsUser)
SetUsers sets Users field to given value.
func (o *V0039StatsRec) HasUsers() bool
HasUsers returns a boolean if a field has been set.