| Name | Type | Description | Notes |
|---|---|---|---|
| ActiveConfigs | int32 | ||
| ActiveExperiments | int32 | ||
| AverageSatisfaction7D | Pointer to NullableFloat32 | [optional] | |
| SpendMonthToDate | Pointer to NullableFloat64 | [optional] |
func NewQuickStats(activeConfigs int32, activeExperiments int32, ) *QuickStats
NewQuickStats instantiates a new QuickStats 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 NewQuickStatsWithDefaults() *QuickStats
NewQuickStatsWithDefaults instantiates a new QuickStats 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 *QuickStats) GetActiveConfigs() int32
GetActiveConfigs returns the ActiveConfigs field if non-nil, zero value otherwise.
func (o *QuickStats) GetActiveConfigsOk() (*int32, bool)
GetActiveConfigsOk returns a tuple with the ActiveConfigs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuickStats) SetActiveConfigs(v int32)
SetActiveConfigs sets ActiveConfigs field to given value.
func (o *QuickStats) GetActiveExperiments() int32
GetActiveExperiments returns the ActiveExperiments field if non-nil, zero value otherwise.
func (o *QuickStats) GetActiveExperimentsOk() (*int32, bool)
GetActiveExperimentsOk returns a tuple with the ActiveExperiments field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuickStats) SetActiveExperiments(v int32)
SetActiveExperiments sets ActiveExperiments field to given value.
func (o *QuickStats) GetAverageSatisfaction7D() float32
GetAverageSatisfaction7D returns the AverageSatisfaction7D field if non-nil, zero value otherwise.
func (o *QuickStats) GetAverageSatisfaction7DOk() (*float32, bool)
GetAverageSatisfaction7DOk returns a tuple with the AverageSatisfaction7D field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuickStats) SetAverageSatisfaction7D(v float32)
SetAverageSatisfaction7D sets AverageSatisfaction7D field to given value.
func (o *QuickStats) HasAverageSatisfaction7D() bool
HasAverageSatisfaction7D returns a boolean if a field has been set.
func (o *QuickStats) SetAverageSatisfaction7DNil(b bool)
SetAverageSatisfaction7DNil sets the value for AverageSatisfaction7D to be an explicit nil
func (o *QuickStats) UnsetAverageSatisfaction7D()
UnsetAverageSatisfaction7D ensures that no value is present for AverageSatisfaction7D, not even an explicit nil
func (o *QuickStats) GetSpendMonthToDate() float64
GetSpendMonthToDate returns the SpendMonthToDate field if non-nil, zero value otherwise.
func (o *QuickStats) GetSpendMonthToDateOk() (*float64, bool)
GetSpendMonthToDateOk returns a tuple with the SpendMonthToDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuickStats) SetSpendMonthToDate(v float64)
SetSpendMonthToDate sets SpendMonthToDate field to given value.
func (o *QuickStats) HasSpendMonthToDate() bool
HasSpendMonthToDate returns a boolean if a field has been set.
func (o *QuickStats) SetSpendMonthToDateNil(b bool)
SetSpendMonthToDateNil sets the value for SpendMonthToDate to be an explicit nil
func (o *QuickStats) UnsetSpendMonthToDate()
UnsetSpendMonthToDate ensures that no value is present for SpendMonthToDate, not even an explicit nil