| Name | Type | Description | Notes |
|---|---|---|---|
| Value | Pointer to interface{} | The variation value | [optional] |
| Before | Pointer to int64 | The number of evaluations in the ten minutes before the flag event | [optional] |
| After | Pointer to int64 | The number of evaluations in the ten minutes after the flag event | [optional] |
func NewVariationEvalSummary() *VariationEvalSummary
NewVariationEvalSummary instantiates a new VariationEvalSummary 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 NewVariationEvalSummaryWithDefaults() *VariationEvalSummary
NewVariationEvalSummaryWithDefaults instantiates a new VariationEvalSummary 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 *VariationEvalSummary) GetValue() interface{}
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *VariationEvalSummary) GetValueOk() (*interface{}, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VariationEvalSummary) SetValue(v interface{})
SetValue sets Value field to given value.
func (o *VariationEvalSummary) HasValue() bool
HasValue returns a boolean if a field has been set.
func (o *VariationEvalSummary) SetValueNil(b bool)
SetValueNil sets the value for Value to be an explicit nil
func (o *VariationEvalSummary) UnsetValue()
UnsetValue ensures that no value is present for Value, not even an explicit nil
func (o *VariationEvalSummary) GetBefore() int64
GetBefore returns the Before field if non-nil, zero value otherwise.
func (o *VariationEvalSummary) GetBeforeOk() (*int64, bool)
GetBeforeOk returns a tuple with the Before field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VariationEvalSummary) SetBefore(v int64)
SetBefore sets Before field to given value.
func (o *VariationEvalSummary) HasBefore() bool
HasBefore returns a boolean if a field has been set.
func (o *VariationEvalSummary) GetAfter() int64
GetAfter returns the After field if non-nil, zero value otherwise.
func (o *VariationEvalSummary) GetAfterOk() (*int64, bool)
GetAfterOk returns a tuple with the After field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VariationEvalSummary) SetAfter(v int64)
SetAfter sets After field to given value.
func (o *VariationEvalSummary) HasAfter() bool
HasAfter returns a boolean if a field has been set.