| Name | Type | Description | Notes |
|---|---|---|---|
| Variations | Pointer to []VariationEvalSummary | A list of variation evaluations | [optional] |
func NewEvaluationsSummary() *EvaluationsSummary
NewEvaluationsSummary instantiates a new EvaluationsSummary 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 NewEvaluationsSummaryWithDefaults() *EvaluationsSummary
NewEvaluationsSummaryWithDefaults instantiates a new EvaluationsSummary 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 *EvaluationsSummary) GetVariations() []VariationEvalSummary
GetVariations returns the Variations field if non-nil, zero value otherwise.
func (o *EvaluationsSummary) GetVariationsOk() (*[]VariationEvalSummary, bool)
GetVariationsOk returns a tuple with the Variations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EvaluationsSummary) SetVariations(v []VariationEvalSummary)
SetVariations sets Variations field to given value.
func (o *EvaluationsSummary) HasVariations() bool
HasVariations returns a boolean if a field has been set.