Name | Type | Description | Notes |
---|---|---|---|
Id | string | ||
Value | int32 | ||
Aggregation | string |
func NewOutcomeData(id string, value int32, aggregation string, ) *OutcomeData
NewOutcomeData instantiates a new OutcomeData 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 NewOutcomeDataWithDefaults() *OutcomeData
NewOutcomeDataWithDefaults instantiates a new OutcomeData 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 *OutcomeData) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *OutcomeData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutcomeData) SetId(v string)
SetId sets Id field to given value.
func (o *OutcomeData) GetValue() int32
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *OutcomeData) GetValueOk() (*int32, 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 *OutcomeData) SetValue(v int32)
SetValue sets Value field to given value.
func (o *OutcomeData) GetAggregation() string
GetAggregation returns the Aggregation field if non-nil, zero value otherwise.
func (o *OutcomeData) GetAggregationOk() (*string, bool)
GetAggregationOk returns a tuple with the Aggregation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutcomeData) SetAggregation(v string)
SetAggregation sets Aggregation field to given value.