Name | Type | Description | Notes |
---|---|---|---|
SessionTime | Pointer to float32 | [optional] | |
SessionCount | Pointer to float32 | [optional] | |
Purchases | Pointer to []Purchase | [optional] |
func NewPropertiesDeltas() *PropertiesDeltas
NewPropertiesDeltas instantiates a new PropertiesDeltas 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 NewPropertiesDeltasWithDefaults() *PropertiesDeltas
NewPropertiesDeltasWithDefaults instantiates a new PropertiesDeltas 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 *PropertiesDeltas) GetSessionTime() float32
GetSessionTime returns the SessionTime field if non-nil, zero value otherwise.
func (o *PropertiesDeltas) GetSessionTimeOk() (*float32, bool)
GetSessionTimeOk returns a tuple with the SessionTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PropertiesDeltas) SetSessionTime(v float32)
SetSessionTime sets SessionTime field to given value.
func (o *PropertiesDeltas) HasSessionTime() bool
HasSessionTime returns a boolean if a field has been set.
func (o *PropertiesDeltas) GetSessionCount() float32
GetSessionCount returns the SessionCount field if non-nil, zero value otherwise.
func (o *PropertiesDeltas) GetSessionCountOk() (*float32, bool)
GetSessionCountOk returns a tuple with the SessionCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PropertiesDeltas) SetSessionCount(v float32)
SetSessionCount sets SessionCount field to given value.
func (o *PropertiesDeltas) HasSessionCount() bool
HasSessionCount returns a boolean if a field has been set.
func (o *PropertiesDeltas) GetPurchases() []Purchase
GetPurchases returns the Purchases field if non-nil, zero value otherwise.
func (o *PropertiesDeltas) GetPurchasesOk() (*[]Purchase, bool)
GetPurchasesOk returns a tuple with the Purchases field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PropertiesDeltas) SetPurchases(v []Purchase)
SetPurchases sets Purchases field to given value.
func (o *PropertiesDeltas) HasPurchases() bool
HasPurchases returns a boolean if a field has been set.